Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Adding 9 strings related algorithms#20

Merged
abranhe merged 4 commits into
AllAlgorithms:masterfrom
tusharkanakagiri:master
Oct 2, 2018
Merged

Adding 9 strings related algorithms#20
abranhe merged 4 commits into
AllAlgorithms:masterfrom
tusharkanakagiri:master

Conversation

@tusharkanakagiri
Copy link
Copy Markdown
Contributor

  • Naive string search
  • Rabin-Karp string search
  • Printing duplicates in a string

@tusharkanakagiri
Copy link
Copy Markdown
Contributor Author

  • Removing duplicates in a string (BST and Naive way)
  • String reversal
  • Permutations of a string

@tusharkanakagiri
Copy link
Copy Markdown
Contributor Author

  • Lexicographic ranking
  • longest palindrome subset
  • remove adjacent duplicates

@tusharkanakagiri tusharkanakagiri changed the title Adding strings related algorithms Adding 9 strings related algorithms Oct 2, 2018
@tusharkanakagiri
Copy link
Copy Markdown
Contributor Author

@abranhe I have added 9 common and efficient algorithms in this PR

@abranhe abranhe merged commit 98713cf into AllAlgorithms:master Oct 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants