1427 Commits

Author SHA1 Message Date
0145352120 Add Palindromic Paritioning (#2386) 2021-10-12 09:17:59 +03:00
254cc94b85 Add product cipher (#2529) 2021-10-12 09:15:35 +03:00
bcdf7d6660 Add SwapSort (#2520) (#2523) 2021-10-12 09:06:08 +03:00
4d06c5f6ba Add remove duplicate nodes from a sorted linked list algorithm (#2452) 2021-10-12 08:19:21 +03:00
972f134408 Add nth Catalan number (fixes #2402) (#2518) 2021-10-11 14:03:40 +03:00
9c7c53844b Add check if a number is harshad Number or not (#2514) 2021-10-11 13:59:22 +03:00
f336c40951 Add implementation for square root using Binary Search (#2509)
Co-authored-by: sahil.samantaray <sahil.samantaray@nymble.in>
2021-10-11 13:53:08 +03:00
5b8bcf0c63 Add Determinant Of a Matrix [Hacktoberfest] (#2508) 2021-10-11 13:51:26 +03:00
e118abdeca Add ceil value in a Binary Search Tree (#2399)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2021-10-10 08:49:22 +03:00
776c3c615d Rename FibToN.java to FibbonaciSeries.java (#2498) 2021-10-10 08:43:28 +03:00
f1ec159d85 Add solution for Wine problem (#2443) 2021-10-09 19:22:17 +03:00
82a562a6d4 Add sum of subset problem using DP (#2451) 2021-10-09 11:57:20 +03:00
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