1476 Commits

Author SHA1 Message Date
793bedb699 Add Edit Distance with recursion (#2686) 2021-10-24 14:16:51 +03:00
b608657e50 Add Disjoint Set (#2684) 2021-10-24 10:28:21 +03:00
4a05e3ecdb Add permutations of a string (fixes #2680) (#2682) 2021-10-24 10:26:17 +03:00
c396b98fd7 Add Simpson's integration numerical method (#2681)
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
2021-10-24 10:24:30 +03:00
e341f44065 Update README.md of stack (#2671) 2021-10-24 10:18:49 +03:00
83ecf56d94 Add merge sort with O(1) space (#2672) 2021-10-24 10:06:59 +03:00
a9b2420165 Fix build issue in ADTFraction.java (#2712) 2021-10-23 16:07:39 +03:00
089ac333f2 Add Reverse Stack (#2653) 2021-10-23 15:20:26 +03:00
5855983fe5 Add Trinomial triangle #2651 (#2652) 2021-10-23 13:58:33 +03:00
831a0a4bd0 Add Java Streams for Fibonacci computation (#2623)
Co-authored-by: xzero <andrejmezler@yahoo.de>
2021-10-23 13:56:08 +03:00
77f138077b Add Check Bipartite in Graph (#2708) 2021-10-23 12:34:56 +03:00
2a74d6a34f Add ADT Fraction calculation (fixes #2453) (#2550) 2021-10-23 11:44:49 +03:00
4e40e67aae Correct grammatical errors in CONTRIBUTING.md (#2687) 2021-10-23 11:29:54 +03:00
bc7a3fc3fc Add Leonardo Number (#2649) (#2650) 2021-10-22 08:50:59 +03:00
3bec562a1d Add Dudeney Number (#2629) 2021-10-22 08:20:06 +03:00
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