Commit Graph

27 Commits (f515542235f9c7807a8de848311c5f0a80018283)

Author SHA1 Message Date
Arsenic f515542235
Typo fix patch (#154)
* Update README.md

fix typo 
./README.md:14: seperated ==> separated

* Update string-tokeniser.cpp

fix typo 
./strings/c-or-cpp/string-tokeniser.cpp:27: delimeter ==> delimiter

* Update palindrome.js

fix typo 
./strings/js/palindrome.js:4: alpha-numeric ==> alphanumeric

* Update quick-sort.java

fix typo
./sorting/java/quick-sort.java:2: choosen ==> chosen

* Update counting-sort.java

fix typo 
./sorting/java/counting-sort.java:4: algortithm ==> algorithm

* Update merge-sort.java

fix typo 
./sorting/java/merge-sort.java:12: Funtion ==> Function

* Update bubble-sort.cpp

fix typo 
./sorting/c-or-cpp/bubble-sort.cpp:21: swaping ==> swapping

* Update and rename Insert_and_delete_beginning.c to Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:18: Intialize ==> Initialize
and rename the file according to contribution guidlines

* Update Insert-and-delete-beginning.c

fix typo 
./linked-lists/c-or-cpp/Insert_and_delete_beginning.c:37: beggining ==> beginning

* Update bellman-ford.cpp

fix typo 
./graphs/c-or-cpp/bellman-ford.cpp:80: weigth ==> weight

* Update README.md

fix typo 
./stacks/README.md:5: Paranthesis ==> Parenthesis

* Rename balanced-paranthesis.cpp to balanced-parenthesis.cpp

fix typo in name of the file

* Update linear-search.cpp

fix typos 
./searching/c-or-cpp/linear-search.cpp:22: inputed ==> inputted
./searching/c-or-cpp/linear-search.cpp:24: inputed ==> inputted
2021-04-10 05:10:32 -04:00
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
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
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
kumarvishek 3a1a05fc08
Separate the string such that no groups will have same letters (#32) 2021-01-27 10:08:29 -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 1a2159d664 chore(strings): replace special character 2021-01-20 09:25:08 -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 5eabc052d3
chore: rename Palindrome.c to palindrome.c 2021-01-19 09:15:59 -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
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