Commit Graph

1430 Commits

Author SHA1 Message Date
booll001
78eeeda29f
Update CONTRIBUTING.md (#2551) 2021-10-12 19:25:21 +03:00
Amir
7f49918bfd
Add Stooge Sort (#2521) (#2522) 2021-10-12 19:20:57 +03:00
Paridhi Jain
ad81d0ef45
Add Circular Queue (#2528) 2021-10-12 09:33:10 +03:00
Syed A. Haider
0145352120
Add Palindromic Paritioning (#2386) 2021-10-12 09:17:59 +03:00
Dilrose Reji
254cc94b85
Add product cipher (#2529) 2021-10-12 09:15:35 +03:00
Florian
bcdf7d6660
Add SwapSort (#2520) (#2523) 2021-10-12 09:06:08 +03:00
Ranjan Mohanty
4d06c5f6ba
Add remove duplicate nodes from a sorted linked list algorithm (#2452) 2021-10-12 08:19:21 +03:00
Amritesh Anand
972f134408
Add nth Catalan number (fixes #2402) (#2518) 2021-10-11 14:03:40 +03:00
Krish
9c7c53844b
Add check if a number is harshad Number or not (#2514) 2021-10-11 13:59:22 +03:00
sahil-13399
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
Ojasva Jain
5b8bcf0c63
Add Determinant Of a Matrix [Hacktoberfest] (#2508) 2021-10-11 13:51:26 +03:00
Amit Kumar
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
Brunda M Bharadwaj
776c3c615d
Rename FibToN.java to FibbonaciSeries.java (#2498) 2021-10-10 08:43:28 +03:00
Nikita Kapoor
f1ec159d85
Add solution for Wine problem (#2443) 2021-10-09 19:22:17 +03:00
Shubham-Singh-Rajput
82a562a6d4
Add sum of subset problem using DP (#2451) 2021-10-09 11:57:20 +03:00
Asindu Vidanagamachchi
4e1e4a1a32
Add recursive merge sort (#2446) 2021-10-09 11:54:51 +03:00
Nikita Kapoor
3184ae086f
Add Readme.md for Heap Data Structure (#2440) 2021-10-09 11:48:07 +03:00
Sokratis Fotkatzikis
599278b9b1
Add RomanNumeralUtil (#2434) 2021-10-09 11:45:43 +03:00
DEBADRIBASAK
781a00c4d7
Add README for Trees (#2422) 2021-10-08 19:50:57 +03:00
DEBADRIBASAK
d9f97fd2ff
Add README for lists (#2421) 2021-10-08 19:47:36 +03:00
aayushi-kunwar13
9300a4e0f8
Add what is Cursor Linked List (#2407) 2021-10-08 19:38:08 +03:00
Pratik Padalia
dab6def183
Add LowerBound search algorithm (#2406)
Co-authored-by: Pratik <pratik.padalia@akridata.com>
2021-10-08 19:35:27 +03:00
Abhinandan Padmakar Pandey
9b38ecdfa6
Fix typos #2352 (#2382) 2021-10-08 19:32:34 +03:00
G.V.AKHIL CHANDRA
4a8357651d
Add DNF sort (#2400) 2021-10-08 19:27:16 +03:00
Raunak Narayan
f6f12c0d81
Improve readme for stack (#2385) 2021-10-08 19:17:58 +03:00
Kush Sharma
e85127ed5b
Add generic root of a number [Hacktoberfest] #2533 (#2534) 2021-10-08 19:05:43 +03:00
Dhruv Panwar
d93492b2d8
Add Lowest Common Ancestor of two vertices in a tree (#2380) 2021-10-07 21:25:00 +03:00
Kush Sharma
792b945a65
Add Longest Palindromic Substring (#2409) 2021-10-07 21:11:28 +03:00
Madhav Bhat K
5a962749fa
Add Shortest Common Supersequence Length (#2516) 2021-10-07 20:13:43 +03:00
Sagar Monga
3b35cc17a0
Add longest palindromic substring (#2379) 2021-10-07 18:37:22 +03:00
Nehal N Shet
6023b45642
Add Strassen Matrix Multiplication (#2490) 2021-10-06 14:21:40 +03:00
Manan-Rathi
cdbcb5ec98
Add README.md for Queue (#2483) 2021-10-06 14:15:45 +03:00
Ojasva Jain
30d9631a64
Add Hill Cipher (Hacktoberfest) (#2463) 2021-10-06 09:47:44 +03:00
ishika22
2440fc70f8
Two non repeating elements in an array (#2381) 2021-10-06 08:46:59 +03:00
Artem Boiarshinov
cfdd9a428b
Replace html syntax by markdown equivalent (#2500) 2021-10-06 08:41:29 +03:00
Aman Singh
fb3f3ffe6f
Add MagicSquare (#2411) 2021-10-05 16:29:49 +03:00
Simran Pattnaik
db85993d0e
Add Dijskstra's Algorithm (Fixes #2470) (#2476) 2021-10-05 16:16:28 +03:00
Pranay Chauhan
7a1c4b0d7d
Add Binary Exponentiation (#2359) 2021-10-05 13:59:09 +03:00
sahil-13399
3602904966
Implement MinMax solution using Stack (#2482)
Co-authored-by: sahil.samantaray <sahil.samantaray@nymble.in>
2021-10-04 21:02:18 +03:00
Manan-Rathi
374938c3f8
Fix typos (#2457) 2021-10-04 20:31:06 +03:00
Nirmalya Misra
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
Nikita Kapoor
f622e7c7f7
Add Readme.md for HashMap data structure #2445 (#2449) 2021-10-03 12:52:53 +03:00
Nikita Kapoor
05c65c1e4c
Add wildcard pattern matching (#2441) 2021-10-03 12:48:57 +03:00
RITWEEK RAJ
7cc96f9a15
Add multiple algorithms (#2442) 2021-10-03 12:43:03 +03:00
Dhruv Panwar
654aec92b0
Add Kahn's algorithm for topological sorting of a graph (HacktoberFest2021) (#2347) 2021-10-01 08:44:04 +03:00
uttarabahad
f3bf250ffb
Automorphic Number (#2343) 2021-10-01 08:41:43 +03:00
kuroyukihime
b5f4ab282a
Detect a loop in linked list (#2346)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 08:39:38 +03:00
Manan-Rathi
ed63a90289
Fix typos in comments (#2354) 2021-10-01 08:08:17 +03:00
sachin4429
40e055b03b
Added Keith No. Program (Hacktoberfest2021) (#2342)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2021-10-01 07:53:37 +03:00
OceanicBlue730
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