1476 Commits

Author SHA1 Message Date
48854f4cfb Update stale.yml 2021-09-22 20:29:18 +03:00
0c8faa197a updating DIRECTORY.md 2021-09-22 16:32:40 +00:00
0226b00a43 Make stale action run more often to deal with old PRs 2021-09-22 19:32:23 +03:00
ce151a8bd8 Formatted with Google Java Formatter 2021-09-22 16:29:51 +00:00
2e586b7b3c Add check vowels algorithm (#2314) 2021-09-22 19:29:16 +03:00
c9c8824685 Formatted with Google Java Formatter 2021-09-21 18:25:36 +00:00
d5a46cb8f3 Add turkist to latin conversion (#2332)
Co-authored-by: Özgün Gökşenli <ogoksenli@kocfinans.com.tr>
2021-09-21 21:25:05 +03:00
c8504151d9 Formatted with Google Java Formatter 2021-09-20 18:58:35 +00:00
c7fa087e02 Create IterativeBinarySearchTest.java (#826)
Co-authored-by: o0ovano0o <o0ovano0o@users.noreply.github.com>
2021-09-20 21:58:07 +03:00
e72d71c0d7 Formatted with Google Java Formatter 2021-09-20 18:50:09 +00:00
dc2d3d3ff8 Rotate matrix by 90 degree (#2316) 2021-09-20 21:49:24 +03:00
f981a2b979 Formatted with Google Java Formatter 2021-09-17 17:03:36 +00:00
e6fb81d1bb Add knapsack problem (#2330) 2021-09-17 20:02:57 +03:00
cccb7be7d8 Formatted with Google Java Formatter 2021-09-17 11:38:05 +00:00
d8b06a35d4 Add matrixTranspose.java (#2041)
Co-authored-by: Rajat <${GITHUB_ACTOR}@users.noreply.github.com>
2021-09-17 14:37:39 +03:00
434320ed45 Formatted with Google Java Formatter 2021-09-17 09:47:40 +00:00
c497d13c9a Added class that calculated Pi (#2324)
* added class PiNilakantha.java
which calculates Pi using Nilakanthas infinite series

* added link to explanation
partially fixes #2323
2021-09-17 17:46:52 +08:00
0f75446463 Set up workflow for issues and PRs 2021-09-15 16:38:58 +00:00
01179a3de6 create Readme.md for stacks (#2279)
* create Readme.md for stacks

* Update README.md

Co-authored-by: Yang Libin <contact@yanglibin.info>
2021-08-23 11:07:33 +08:00
3a4bd296b7 Fixing broken contributing link (#2278) 2021-08-08 10:49:26 +08:00
44dfbed43a Formatted with Google Java Formatter 2021-07-15 14:03:52 +00:00
d3a6ba2437 fix #2251 (#2252) 2021-07-15 22:03:07 +08:00
2cf749d653 updating DIRECTORY.md 2021-06-05 15:01:49 +00:00
e67212138c Replaced String with StringBuilder so multiple String Objects don't get created (#2238) 2021-06-05 23:01:32 +08:00
0fd737e555 Formatted with Google Java Formatter 2021-06-03 14:53:53 +00:00
6cb034b07f Add Horspool string matching algorithm (#1397 old accepted PR on Development) (#2232)
* Add Horspool algorithm
* Add wikipedia link and move to strings package
2021-06-03 22:53:13 +08:00
cec48f3198 chore: update code formatter action (#2178)
close #2178
2021-06-01 19:24:44 +08:00
ea123111d9 fixed merge sort (#2202)
* reformat merge sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-05-06 17:49:12 +08:00
8e228109b1 feat: Add Discord badge in README.md (#2196) 2021-04-30 13:02:15 -05:00
979742f0f3 updating DIRECTORY.md 2021-04-24 06:34:29 +00:00
b95ba6c693 RGB-HSV conversion (#2175)
* readded EulerMethod.java after sync

* add RgbHsvConversion.java

* Delete EulerMethod.java

* add package
2021-04-24 12:04:07 +05:30
5c3b3e719e updating DIRECTORY.md 2021-04-24 06:33:41 +00:00
a99321502c add Koch snowflake (#2168)
* add KochSnowflake.java

* add package
2021-04-24 12:03:24 +05:30
57bf40bff4 updating DIRECTORY.md 2021-04-24 06:25:41 +00:00
2ad3bb7199 Add algorithm for the Mandelbrot set (#2155)
* Add Euler method (from master)

trying to avoid to prettier-error by making the commit from the master-branch

* delete file

* Add algorithm for the Mandelbrot set

* remove unnecessary import

* fix comments

* Changed variable name

* add package
2021-04-24 11:55:27 +05:30
db86e6454a updating DIRECTORY.md 2021-04-24 06:25:05 +00:00
728723177e Add Euler method (from master) (#2148)
* readded EulerMethod.java after sync

* add package
2021-04-24 11:54:34 +05:30
a8505097a8 Formatted with Google Java Formatter 2021-04-23 17:28:12 +00:00
66adafbff8 Tim sort Algorithm | #2003 (#2110)
* Add Tim Sort implementation in Java

* Add comments and complete implementation of TimSort Algorithm

* Add better docs

* Add @brief's and test method

* Fix errors

* add Test method

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Add tests

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

* Update Sorts/TimSort.java

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>

Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-04-23 22:57:41 +05:30
d2d5efdd2a BinarySearch: clearer median computation (#2182)
* BinarySearch: clearer median computation

">>> 1" is simply too obscure...

* update binary search

Co-authored-by: Yang Libin <contact@yanglibin.info>

Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
Co-authored-by: Yang Libin <contact@yanglibin.info>
2021-04-21 09:23:46 +08:00
02fab665de fixed typo vertes to vertex Fixes: #{$2189} (#2190) 2021-04-18 18:02:48 +08:00
8cece6c399 Formatted with Google Java Formatter 2021-04-14 03:51:16 +00:00
b8707e61cb Formula to find median in Binary Search changed (#2181)
* Formula to find median in BS changed

* Fixed bugs

* fixed binary search bug

Co-authored-by: Sourav <kalitasourav12@gmail.com.com>
Co-authored-by: Du Yuanchao <shellhub.me@gmail.com>
2021-04-14 11:50:48 +08:00
cebd052c94 selection sort (#2177)
* selection sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-04-12 19:16:37 +08:00
d93ee0de2d udpate insertion sort (#2176)
* udpate insertion sort

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-04-12 18:58:24 +08:00
6dd5b2029e Formatted with Google Java Formatter 2021-04-09 14:19:34 +00:00
0550711a3e Update CountSinglyLinkedListRecursion.java (#2170)
Only method comment for public recursive method.
2021-04-09 22:18:51 +08:00
5f59cd85d6 Formatted with Google Java Formatter 2021-03-26 11:27:48 +00:00
67cb97df82 Fix 2D array passed to Arrays.fill() (#2010)
Arrays.fill() accepts single dimensional arrays, so fill one row at a time.

Fixes TheAlgorithms/Java#2009
2021-03-26 19:27:16 +08:00
2163204d8c Delete CountNumBinaryStrings 2021-03-26 19:19:47 +08:00