Aditya Sharma
|
e60d299077
|
docs: fix grammar and punctuation errors (#1087)
Co-authored-by: Aditya Sharma <adityasharma2004@gmail.com>
|
2022-11-30 08:56:18 -04:00 |
robotboyfriend
|
6b7530c587
|
docs(readme): remove duplicated contribution (#929)
Spelling mistake - double word.
|
2022-10-05 20:16:14 -04:00 |
Mohit Chakraverty
|
7db2f01de7
|
docs(readme): add Java reviewer (#836)
Added myself in the reviewer's list
|
2022-09-11 15:42:18 -04:00 |
Ming Tsai
|
4a7eba4d2b
|
docs(readme): add C/C++ reviewer
|
2022-08-30 19:38:25 -04:00 |
Ming Tsai
|
ff8d1c7441
|
docs(reviewers): add go reviewer
Add ayo-ajayi
|
2022-08-28 16:59:58 -04:00 |
brugner
|
16a16eb67e
|
docs(Spanish): add quick sort (#793)
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
|
2022-08-10 17:16:42 -04:00 |
Ming Tsai
|
ea01662f90
|
docs(readme): update reviewers
|
2022-02-23 09:20:55 -04:00 |
Ming Tsai
|
15dccd0a1e
|
docs: add missing slash
|
2022-02-07 11:10:32 -04:00 |
Ming Tsai
|
4752ce7a0d
|
docs: add Turkish language reference
|
2022-02-07 11:09:25 -04:00 |
Francisco Borges
|
9d7bde92c0
|
docs: add Português language (#697)
|
2022-02-07 11:00:16 -04:00 |
Ming Tsai
|
f27581ff00
|
chore: remove @cyberwizard1001 (#567)
|
2021-10-13 07:11:13 -04:00 |
Waqar Hassan Khan
|
af0e766dae
|
chore(CSharp): added longest common subsequence (#539)
Co-authored-by: Ming Tsai <37890026+ming-tsai@users.noreply.github.com>
|
2021-10-08 16:51:58 -04:00 |
Ming Tsai
|
5883aa6346
|
chore(reviewer): add Ashborn-SM to C/C++
|
2021-09-21 09:26:44 -04:00 |
Ming Tsai
|
94895c3f6f
|
docs: remove paulsonjpaul
|
2021-08-09 10:48:37 -04:00 |
Haruki Niwa
|
f0fc3849a1
|
docs: add Japanese explanations (#411)
Co-authored-by: nha6ki <haruki.nw33@gmail.com]>
|
2021-08-09 08:59:32 -04:00 |
Ming Tsai
|
460843a61a
|
chore: change the discord invited link
|
2021-07-17 16:59:51 -04:00 |
Ming Tsai
|
8a2bd30a39
|
docs: update discord channel id
|
2021-07-09 09:50:40 -04:00 |
Ming Tsai
|
161977cd33
|
docs: add discord invitation link
|
2021-07-09 09:38:09 -04:00 |
Ming Tsai
|
dfcc47b364
|
docs: move up reviewers section
|
2021-05-21 08:17:36 -04:00 |
Ming Tsai
|
10ca1dc40c
|
docs: change the zh-tw title
|
2021-05-08 08:54:07 -04:00 |
Ming Tsai
|
5daa940273
|
docs: add zh-tw palindrome translate
|
2021-05-07 20:09:31 -04:00 |
Ming Tsai
|
6cbc1f21c2
|
docs: add CodeQL badge
|
2021-04-24 19:59:57 -04:00 |
Ming Tsai
|
3af0ca2fd5
|
docs: add actios badges
|
2021-04-24 19:56:27 -04:00 |
Ming Tsai
|
a6cd25d0ce
|
docs: update the path
|
2021-04-20 08:29:02 -04:00 |
Ming Tsai
|
849fd9e37c
|
docs(strings): add palindrome explanation
|
2021-04-18 17:18:04 -04:00 |
Ming Tsai
|
0c6d011ab1
|
docs: change URLs to new paths
|
2021-04-18 10:40:26 -04:00 |
Aayush Jain
|
6cb96b0d44
|
Added myself to reviewer's list. (#191)
* Clone linked list with random pointer
* addition in reviewers list
|
2021-04-14 14:38:49 -04:00 |
Atin Bainada
|
8793610586
|
fix: typo in readme (#173)
|
2021-04-13 11:31:18 -04:00 |
Ming Tsai
|
3d81af66e5
|
docs: add reviewers list
|
2021-04-13 09:30:56 -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 |
Tawfik Yasser
|
007e8a54a6
|
Update README.md (#146)
|
2021-04-09 12:48:38 -04:00 |
Ming Tsai
|
6d27728246
|
docs: update Contribution Guidelines
|
2021-04-07 14:32:02 -04:00 |
Goutham Krishna
|
f7c33dcb6e
|
Update README (#108) (#111)
|
2021-03-18 15:48:09 -04:00 |
Atin Bainada
|
fd412d13bd
|
Added contributors in the README (#98)
|
2021-03-03 18:52:16 -04:00 |
Amisha Mohapatra
|
da54204438
|
[Docs] Add how to make your First Contributions (#45)
* Create contribution.md
* Update contribution.md
* Update and rename contribution.md to CONTRIBUTING.md
* docs: linked first-time contribution
Co-authored-by: Ming Tsai <ming.jia1213@gmail.com>
|
2021-01-29 10:53:10 -04:00 |
Ming Tsai
|
de868af6f9
|
docs: add to index using relative link
|
2021-01-17 13:01:48 -04:00 |
Ming Tsai
|
b98fc2f0b1
|
docs: add when have new topic
|
2021-01-15 11:02:33 -04:00 |
Ming Tsai
|
86b7760a96
|
docs: add missing new separate line
|
2021-01-15 09:54:49 -04:00 |
Ming Tsai
|
95b9677592
|
docs: add contribution-guidelines
|
2021-01-15 09:52:11 -04:00 |
Ming Tsai
|
384b5c5d94
|
docs(readme): add license section
|
2020-12-23 10:22:49 -04:00 |
Ananthakrishnan Nair RS
|
3d4556bcb6
|
Update README.md
|
2020-12-17 08:48:20 +05:30 |
Ananthakrishnan Nair RS
|
71cffa23cc
|
Initial commit
|
2020-12-16 19:24:53 +05:30 |