Commit Graph

1240 Commits

Author SHA1 Message Date
github-actions
a6398d1d27 updating DIRECTORY.md 2020-05-29 10:17:28 +00:00
Sombit Bose
65dcfd9822
Merge pull request #1316 from joshiujjawal22/master
Adding 3 sum problem, array rotation
2020-05-29 15:46:57 +05:30
joshiujjawal22
3b52109fc0 Added test cases 2020-05-29 12:32:24 +05:30
Stepfen Shawn
88c6ad9787
Merge pull request #1325 from mariaRoxana94/fix-error
Fixed 8XCorrectness_Bugs + 10XBad_Practice_Bugs + 14XDodgy_Code_Bugs
2020-05-28 23:04:56 +08:00
Sombit Bose
c37257c56c
Merge pull request #1326 from MohamedBechir/patch-1
Update CONTRIBUTING.md file
2020-05-26 00:01:13 +05:30
Sombit Bose
8b6415f9b3
Update CONTRIBUTION.md
Added some issue related to assignment of any particular algorithm
2020-05-25 23:59:48 +05:30
github-actions
91b9ac759c updating DIRECTORY.md 2020-05-25 11:36:04 +00:00
Sombit Bose
d342c2d616
Merge pull request #1322 from Ritik2604/master
Added Important Algos
2020-05-25 17:05:37 +05:30
MohamedBechir
c76c4ddda7
Update CONTRIBUTING.md file
I tried to update the CONTRIBUTING.md file in order to simplify as much as possible the process for the developers which will encourage them to join the project and hence enlarge our community.
Thank you for putting it under review, if there are any changes feel free to ask me to do it.
2020-05-24 23:00:46 +01:00
Ritik2604
a23a17ba65
Update Intersection 2020-05-25 03:22:27 +05:30
Ritik2604
ec4f6a1110
Update CountNumBinaryStrings 2020-05-25 03:17:26 +05:30
Ritik2604
94cfab0cfc
Update BoardPath 2020-05-25 03:12:16 +05:30
Ritik2604
920852aa0e
Update BoardPath 2020-05-25 03:11:14 +05:30
Ritik2604
82e2132557
Update AVLSimple 2020-05-25 03:06:36 +05:30
Ritik2604
f710f3aafa
Update ListAddnFun 2020-05-25 03:02:15 +05:30
Maria Lungeanu
a5f42e293b Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-25 00:21:28 +03:00
Ritik2604
1ef46dbfd4
Update GraphAlgos 2020-05-25 02:50:24 +05:30
github-actions
ce04b7fb5d updating DIRECTORY.md 2020-05-23 09:43:52 +00:00
Sombit Bose
03ee6f9579
Merge pull request #1323 from prateekKrOraon/master
Addition of Rabin-Karp and String matching using Finite Automata
2020-05-23 15:13:23 +05:30
Vineet Rathor
ed497cec37
Update BucketSort.java 2020-05-23 13:16:09 +05:30
Ritik2604
01d5814557
Create Intersection 2020-05-23 05:57:55 +05:30
Ritik2604
3a234f0914
Delete Node.java 2020-05-23 05:56:23 +05:30
Ritik2604
9a8ccea976
Delete LinkedList.java 2020-05-23 05:54:34 +05:30
Ritik2604
e717f96427
Create CountNumBinaryStrings 2020-05-23 05:35:47 +05:30
Ritik2604
07aee8ba81
Create BoardPath 2020-05-23 05:34:56 +05:30
Ritik2604
ef2be071b0
Create AVLSimple 2020-05-23 05:33:40 +05:30
Ritik2604
4842a4ca61
Update and rename SinglyLinkedList to ListAddnFun 2020-05-23 05:32:30 +05:30
Ritik2604
278529eb8e
Create SinglyLinkedList 2020-05-23 05:30:43 +05:30
Ritik2604
627115b336
Created Graph Algos
it contains Dijkstra, Prims, dft, bft, dfs, bfs and many more.
2020-05-22 16:23:41 +05:30
Prateek Kumar Oraon
de76caadd8 Added Rabin-Karp string matching algorithm in Others/RabinKarp.java 2020-05-22 03:58:59 +05:30
Prateek Kumar Oraon
36e30a0111 String Matching using Finite Automata added in Others/StringMatchFiniteAutomata.java 2020-05-22 03:53:05 +05:30
Vineet Rathor
227dd311dd
Merge pull request #1 from THE-VR7/THE-VR7-patch-1
Create BucketSort.java
2020-05-22 02:28:58 +05:30
Vineet Rathor
63b9e137ca
Create BucketSort.java 2020-05-22 02:28:42 +05:30
Sombit Bose
07053843db
Merge pull request #1320 from Ritik2604/master
Created GenericHeap
2020-05-21 23:59:09 +05:30
Ritik2604
72258d4ffe
Create GenericHeap 2020-05-21 03:16:36 +05:30
Sombit Bose
8e47ae22e7
Merge pull request #1319 from CodingCookieRookie/master
Addition of Binary Search Algorithm and modification of Selection Sort
2020-05-20 12:08:23 +05:30
CodingCookieRookie
6818098a32
Update SelectionSort.java
-Used compareTo
-Used a local swap method
2020-05-19 23:53:52 +08:00
CodingCookieRookie
19caa9723b
Merge pull request #1 from CodingCookieRookie/myBranch
Handles all corner cases
2020-05-19 23:26:51 +08:00
CodingCookieRookie
4fcad4fcbc
Handles all corner cases 2020-05-19 23:20:48 +08:00
joshiujjawal22
c0eb73aff0 Rotation of an array without using extra space 2020-05-18 23:35:06 +05:30
joshiujjawal22
40620aea1b To find sum of triplets according to given value 2020-05-18 23:24:57 +05:30
Stepfen Shawn
c8ef1fd400
Merge pull request #1314 from mariaRoxana94/fix-error
Fixed Error:(6, 8) java: class algorithm is public, should be declare…
2020-05-16 08:34:56 +08:00
Maria Lungeanu
63e5ce4c8f Fixed Error:(6, 8) java: class algorithm is public, should be declared in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong. 2020-05-14 19:36:06 +03:00
Stepfen Shawn
bcf808a238
Update VampireNumber.java 2020-05-12 17:01:38 -05:00
Stepfen Shawn
979fa2327d
Update AVLTree.java 2020-05-12 16:43:04 -05:00
Stepfen Shawn
a004747235
Merge pull request #1302 from moetezz/moetezsk
implement search in AVL tree
2020-05-13 05:34:20 +08:00
Stepfen Shawn
a43765d8d9
Merge pull request #1292 from moetezz/moetezz
added removeDuplicates() function
2020-05-12 05:56:45 +08:00
Stepfen Shawn
cce363d6ef
Merge pull request #1251 from wendelllsc/patch-1
Using Try/catch and recursion
2020-05-11 22:53:24 +08:00
github-actions
4fef5da909 updating DIRECTORY.md 2020-05-11 03:20:49 +00:00
Stepfen Shawn
4deae1ec3b
Merge pull request #1301 from BenSchokoRiegel/master
Implementing AmicableNumber and VampireNumbers in the Math class
2020-05-11 11:20:18 +08:00