Commit Graph

20 Commits (f017b5df71f12435ca04add6e01e08ce0ba7c71a)

Author SHA1 Message Date
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
Gauravsingh Sisodia d1c691d684
Add Haskell subSequences (#121)
* Add Haskell Sequence

* Add type signature for the function

* Add aim of sequence.hs program

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-30 07:39:02 -04:00
Gauravsingh Sisodia 098eed7b6c
Add Haskell Palindrome (#120) 2021-03-27 13:19:27 -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
Goutham Krishna e250c52ded
rust-> palindrome program, enforces specification in #108 (#109)
* issue 108 example: rust palindrome program

* edits on gitignore file

* update to specification file

* Updated README.md

* Updated parent README
2021-03-16 08:41:41 -04:00
Goutham Krishna 6fe5b94526
Add Palindrome Check Algorithm in Python (Idiomatic Python) (#96) 2021-03-03 14:55:42 -04:00
Akash Negi dcc8673790
Updated - README.md (#83)
This commit removes the statement in the section c# which states "You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them."
2021-02-24 08:50:50 -04:00
Ming Tsai e34c727c55 docs: delete dummy new lines 2021-02-09 09:31:37 -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
Amisha Mohapatra c5538df596
Add palindrome (#28)
* Add palindrome java

* Update paindrome.java
2021-01-24 14:14:58 -04:00
Ming b7e7e7d272 docs: make more clearly about on use IDE 2021-01-20 09:17:51 -04:00
Ming 5da27d887c Merge remote-tracking branch 'origin/main' into feature/palindrome-csharp 2021-01-20 09:15:54 -04:00
Paulson J Paul 7584214c69 feat(strings): Add Palindrome Checker for JavaScript 2021-01-20 12:18:46 +05:30
Ming Tsai 6115a71348 feat(strings): add is palindrome example for C# 2021-01-19 09:38:24 -04:00
Ming Tsai 706620a28f docs: add index using relative link 2021-01-17 12:58:22 -04:00
Ming Tsai addfab4a0f chore: add relative path for index 2021-01-17 11:29:43 -04:00
Ankur f37c079f08 Put initial index in index readme.md 2021-01-14 12:38:38 +05:30
Ankur 976e35b920 Add README.md for index 2021-01-14 12:19:47 +05:30