Toihir Halim
76bbb1a443
fix: dead links in stacks folder ( #223 )
...
* fix dead links in stacks folder
* fix typos
2021-04-17 21:37:35 -04:00
Venkata Sridhar Sai
4d5176223f
added stack implementation and the standard problems on stacks in java ( #174 )
...
* added stack implementation and some standard problems on stacks in java
* Update stacks/JAVA/The_Stock_Span_Problem.java
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update stacks/JAVA/The_Stock_Span_Problem.java
Co-authored-by: Christian Clauss <cclauss@me.com>
* all the suggestions addressed
* comments wrapped,Thanks for the suggestion.
* Update The_Stock_Span_Problem.java
* folder renamed
* renamed files
* Delete Balanced_Paranthesis.java
* Delete The_Stock_Span_Problem.java
* Delete stack.java
Co-authored-by: Christian Clauss <cclauss@me.com>
2021-04-13 14:53:25 -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
Ritwik Vaidya
8cb86de0d7
Add stacks for c-or-cpp ( #80 )
2021-02-21 21:33:58 -04:00