Commit Graph

9 Commits (6d27728246dcb9ef48f769941acc9a0d8cc49be7)

Author SHA1 Message Date
Ujjwal 616e931601
Added Time Complexity and remove single comment into multi comment (#135)
* Added Time Complexity and remove single comment into multi comment

* added new line at end of program
2021-04-05 06:39:20 -04:00
Ujjwal 3f1e345411
Permutation of String (#123)
* added Permutation of String

* permutation of string.c

the main object is to explain the code more easy

* permutation of string.c

the main object is to explain the code more easy

* updated readme

* done all the recommend changes.

* added link of Permutation of string

* Update and rename Permutation of String.c to Permutation-of-String.c

- rename according to the naming conventions 
- changed gets() to fgets()

* update index readme of strings

correctly linked [Permutation of String] after renaming of the file

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-30 08:15:37 -04:00
Hazel Mahajan 3168e2f6c3
Create string-reverse.cpp (#113)
* Create string_reverse.cpp

* Update string_reverse.cpp

* Rename string_reverse.cpp to string-reverse.cpp

following the naming convention of the repository

* docs: update string index readme

add string-reversal in the string index readme

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-26 10:06:39 -04:00
Ming Tsai a6038e88cc chore: delete duplicate code 2021-02-09 09:31:25 -04:00
BharatiyaKaran 8fe732db19
Add Kumar Karan's string tokenizer program contribution(first) (#60)
* Add Kumar Karan's string tokenizer program contribution

* Added strtok.cpp to README.md and removed file description from strtok.cpp

* renamed strtok.cpp to string-tokeniser.cpp
2021-02-07 13:41:58 -04:00
Amisha Mohapatra 455bb11a96
Add String Search Algorithms in Java & C++ (#55)
* Add string searching algorithms

* Update kmp.cpp

* Update README.md
2021-02-02 12:02:30 -04:00
Amisha Mohapatra e65d168ef6
Add print all sequence of a string program (#30) 2021-01-26 08:05:13 -04:00
Ming Tsai 5eabc052d3
chore: rename Palindrome.c to palindrome.c 2021-01-19 09:15:59 -04:00
Ankur 37afdd60fd restructure the repo
- format discussed in issue #3
- rename files and folders to lower case
2021-01-14 12:15:56 +05:30