1615 Commits

Author SHA1 Message Date
4e1e4a1a32 Add recursive merge sort (#2446) 2021-10-09 11:54:51 +03:00
3184ae086f Add Readme.md for Heap Data Structure (#2440) 2021-10-09 11:48:07 +03:00
599278b9b1 Add RomanNumeralUtil (#2434) 2021-10-09 11:45:43 +03:00
781a00c4d7 Add README for Trees (#2422) 2021-10-08 19:50:57 +03:00
d9f97fd2ff Add README for lists (#2421) 2021-10-08 19:47:36 +03:00
9300a4e0f8 Add what is Cursor Linked List (#2407) 2021-10-08 19:38:08 +03:00
dab6def183 Add LowerBound search algorithm (#2406)
Co-authored-by: Pratik <pratik.padalia@akridata.com>
2021-10-08 19:35:27 +03:00
9b38ecdfa6 Fix typos #2352 (#2382) 2021-10-08 19:32:34 +03:00
4a8357651d Add DNF sort (#2400) 2021-10-08 19:27:16 +03:00
f6f12c0d81 Improve readme for stack (#2385) 2021-10-08 19:17:58 +03:00
e85127ed5b Add generic root of a number [Hacktoberfest] #2533 (#2534) 2021-10-08 19:05:43 +03:00
d93492b2d8 Add Lowest Common Ancestor of two vertices in a tree (#2380) 2021-10-07 21:25:00 +03:00
792b945a65 Add Longest Palindromic Substring (#2409) 2021-10-07 21:11:28 +03:00
5a962749fa Add Shortest Common Supersequence Length (#2516) 2021-10-07 20:13:43 +03:00
3b35cc17a0 Add longest palindromic substring (#2379) 2021-10-07 18:37:22 +03:00
6023b45642 Add Strassen Matrix Multiplication (#2490) 2021-10-06 14:21:40 +03:00
cdbcb5ec98 Add README.md for Queue (#2483) 2021-10-06 14:15:45 +03:00
30d9631a64 Add Hill Cipher (Hacktoberfest) (#2463) 2021-10-06 09:47:44 +03:00
2440fc70f8 Two non repeating elements in an array (#2381) 2021-10-06 08:46:59 +03:00
cfdd9a428b Replace html syntax by markdown equivalent (#2500) 2021-10-06 08:41:29 +03:00
fb3f3ffe6f Add MagicSquare (#2411) 2021-10-05 16:29:49 +03:00
db85993d0e Add Dijskstra's Algorithm (Fixes #2470) (#2476) 2021-10-05 16:16:28 +03:00
7a1c4b0d7d Add Binary Exponentiation (#2359) 2021-10-05 13:59:09 +03:00
3602904966 Implement MinMax solution using Stack (#2482)
Co-authored-by: sahil.samantaray <sahil.samantaray@nymble.in>
2021-10-04 21:02:18 +03:00
374938c3f8 Fix typos (#2457) 2021-10-04 20:31:06 +03:00
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