2790 Commits

Author SHA1 Message Date
a352a4905e Add algorithm for how many times an array has been rotated in O(log N) (#2448) 2021-10-04 08:51:10 +03:00
f622e7c7f7 Add Readme.md for HashMap data structure #2445 (#2449) 2021-10-03 12:52:53 +03:00
05c65c1e4c Add wildcard pattern matching (#2441) 2021-10-03 12:48:57 +03:00
7cc96f9a15 Add multiple algorithms (#2442) 2021-10-03 12:43:03 +03:00
654aec92b0 Add Kahn's algorithm for topological sorting of a graph (HacktoberFest2021) (#2347) 2021-10-01 08:44:04 +03:00
f3bf250ffb Automorphic Number (#2343) 2021-10-01 08:41:43 +03:00
b5f4ab282a Detect a loop in linked list (#2346)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 08:39:38 +03:00
ed63a90289 Fix typos in comments (#2354) 2021-10-01 08:08:17 +03:00
40e055b03b Added Keith No. Program (Hacktoberfest2021) (#2342)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 07:53:37 +03:00
b8ebf2d70c Add Krishnamurthy Number (hacktoberfest) (#2349)
This is a program to check if a number is a Krishnamurthy number or not.
A number is a Krishnamurthy number if the sum of the factorials of the digits of the number is equal to the number itself.
For example, 1, 2 and 145 are Krishnamurthy numbers.
2021-10-01 07:39:07 +03:00
6c6d6fed24 Add surfaceAreaCylinder (hacktoberfest) (#2337) 2021-09-30 21:06:52 +03:00
d127a361b0 Update triggers (#2336) 2021-09-27 18:41:59 +03:00
dfe189b21f Resolve build errors & cleanup structure (#2334) 2021-09-26 12:26:59 +03:00
355900226a Make the README clearer (#1761)
Co-authored-by: Burk Hufnagel <304328+BurkHufnagel@example.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-09-26 09:32:11 +03:00
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