Skip to content

Add "nice to knows" for LCS and quickselect #1

Description

@jfceja

It's nice to know that the LCS problem can be solved in O(n) space using the algorithm made by Hirschberg.

It's nice to know that quick-select can be done in O(n) worst-case (deterministic).

These "more efficient" implementations likely aren't as easy to understand/modify so I get that someone may intentionally choose the ones that you have here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions