Christian Clauss
c21a573a7a
chore: Migrate JavaScript to new directory structure ( #211 )
...
* chore: Migrate JavaScript to new directory structure
* chore: Migrate JavaScript to new directory structure
* Fix typo discovered by codespell
2021-04-16 08:30:30 -04:00
Christian Clauss
efc9eb7e94
chore: migrate Python to new directory structure ( #207 )
...
* chore: Migrate Python to new directory structure
* git add algorithms/Python/README.md
* Cleanup URLs
* Update README.md
2021-04-15 15:29:20 -04:00
Toihir Halim
0474e3e216
Added string subsequence in JS ( #196 )
...
* Added string subsequence in js
* remove extra line
2021-04-15 11:23:25 -04:00
Christian Clauss
333a2facea
Python: Total number of words in a sentence ( #194 )
2021-04-15 07:16:20 -04:00
Arsenic
1b2260be77
Fix typo in comments
...
./strings/c-or-cpp/count-words.c:47: returing ==> returning
2021-04-15 11:24:06 +05:30
Ujjwal
cf1bc4692f
Merge branch 'main' into UG
2021-04-15 11:04:36 +05:30
Ujjwal
38ef762be2
requested changes done
2021-04-15 11:00:34 +05:30
Ming Tsai
2f47d5c828
chore: moving csharp file to its project ( #198 )
2021-04-14 21:42:45 -04:00
Toihir Halim
ef836c94d0
Added string tokenizer in java ( #184 )
...
* Added string tokenizer in java
* fix typos
* Update Readme change line index from 4 to 5
2021-04-14 20:37:29 -04:00
Ujjwal
f662b85975
added count words program link
2021-04-14 20:24:42 +05:30
UG-SEP
f017b5df71
added Count Words.c
2021-04-14 20:19:59 +05:30
Atin Bainada
0a9135b5b3
Added doctest in palindrome.py ( #172 )
...
* Added doctest in palindrome.py
* small change to re run lint_python test
2021-04-13 12:01:28 -04:00
Christian Clauss
488eec39ef
Self-documenting variable names make comment unnecessary ( #163 )
2021-04-12 12:15:46 -04:00
Christian Clauss
d7860a161e
GitHub Action to lint C and C++ code ( #156 )
...
* GitHub Action to lint C and C++ code
GitHub Action to run cpplint recursively on all pushes and pull requests https://github.com/cpplint/GitHub-Action-for-cpplint
* Update cpplint.yml
* Update cpplint.yml
* Update cpplint.yml
* Fix import order
Found C system header after C++ system header. Should be: doubly.h, c system, c++ system, other. [build/include_order] [4]
* Fix import order
* Update string-tokeniser.cpp
2021-04-11 13:48:29 -04:00
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