codesankalp / dsalgo

MIT License
8 stars 24 forks source link

String algos requirement #86

Open ravi5175 opened 2 years ago

ravi5175 commented 2 years ago

I was going through issue #23 and here one required algo is string subsequence matching, while looking through the code structure, it seems it is not a great idea to implement something related to strings in the same section. I suggest creating a separate code segment for string manipulation algorithms.