1761 Commits

Author SHA1 Message Date
f7bf18ae9b Add Exponential Search (#2627) 2021-10-22 07:52:21 +03:00
9bad1e0962 Add Union Find (fixes #2692) (#2693) 2021-10-22 07:46:00 +03:00
87e10d66fa Add Power Sum (fixes #2634) (#2645) 2021-10-22 07:38:01 +03:00
2eb6d5c141 Add Page Rank (#2614) 2021-10-22 07:23:21 +03:00
7ca58d6f8c Add Substitution Cipher (#2694) 2021-10-21 19:03:28 +03:00
340a323c87 Add matrix exponentiation based Fibonacci numbers (#2616) 2021-10-21 08:06:30 +03:00
ce53fee92f Add Implementation of Tree Sort and Generic Type BST (#2638) 2021-10-20 18:38:21 +03:00
3028cf58d8 Fix: 2618: [Enhancement] Combinations (#2625)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2021-10-20 11:22:32 +03:00
4a2b190160 Add Fenwick Tree (#2570) 2021-10-20 11:19:30 +03:00
68d6a9419b Add Digital Root (#2637) 2021-10-19 07:28:55 +03:00
e04ba756fd Add Affine Cipher (#2668) 2021-10-18 08:43:38 +03:00
fa3c1f5e6a Add Affine Cipher #hacktoberfest (#2587) 2021-10-18 08:02:28 +03:00
72b89bc88c Add Monte Carlo Tree Search Algorithm (#2588) 2021-10-16 17:12:33 +03:00
2b7a977cc8 Fix package declarations (#2576) 2021-10-16 16:43:51 +03:00
60a0c23544 Fix Circular linked list (#2598) 2021-10-16 16:31:24 +03:00
b6dc9617f6 Inverse Of a Square Matrix [Hacktoberfest] (#2582)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-16 16:23:33 +03:00
eaf5395272 Fix random number generation in MiniMax Algorithm (#2636)
Co-authored-by: aitorfi <afidalgo@birt.eus>
2021-10-16 08:14:46 +03:00
f30ec189ba Add Two Sum Problem (#2572) 2021-10-15 09:40:47 +03:00
7635dace62 Add Dice Throw (#2565) 2021-10-15 09:25:39 +03:00
febc601d88 Add MiniMax algorithm (#2563)
Co-authored-by: aitorfi <afidalgo@birt.eus>
2021-10-15 09:23:43 +03:00
5dd3366edc Add Ugly Numbers (#2615) 2021-10-15 09:17:51 +03:00
99362e2646 Add Vertical Order Traversal (#2585) 2021-10-14 17:33:51 +03:00
bb9e8654b5 Add Memoization solution for knapsack (#2560)
Co-authored-by: Vikram Prakash <vpsahu@juniper.net>
2021-10-14 14:13:45 +03:00
71a735f9e0 Add Word Ladder (#2556) 2021-10-14 14:06:06 +03:00
51b226943d Fixed: 2554: N Queens Puzzle (#2555)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2021-10-14 13:59:04 +03:00
8094798c46 Fix unhandled EmptyStackException (#2606) 2021-10-14 13:25:38 +03:00
b83bb0178d Add Slow Sort (#2546) (#2547) 2021-10-13 07:54:55 +03:00
ee3f82007a Add Simple Sort (#2545) 2021-10-13 07:50:42 +03:00
71c91a10ca Add BFPRT algorithm (#2590) 2021-10-13 07:48:19 +03:00
fb626e0b93 Add Luhn algorithm (Fixes: #2537) (#2538) 2021-10-13 07:46:24 +03:00
1d0377018f Add Vector Cross Product [Fixes #2526] (#2536) 2021-10-13 07:41:00 +03:00
78eeeda29f Update CONTRIBUTING.md (#2551) 2021-10-12 19:25:21 +03:00
7f49918bfd Add Stooge Sort (#2521) (#2522) 2021-10-12 19:20:57 +03:00
ad81d0ef45 Add Circular Queue (#2528) 2021-10-12 09:33:10 +03:00
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