Commit Graph

1011 Commits

Author SHA1 Message Date
Sombit Bose
8b6415f9b3 Update CONTRIBUTION.md
Added some issue related to assignment of any particular algorithm
2020-05-25 23:59:48 +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
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
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
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
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
Stepfen Shawn
63b2ec9886 Merge pull request #1304 from Vikrant-Khedkar/master
Added scanner in the factorial program to make finding factorial easy
2020-05-08 13:12:37 +08:00
Vikrant khedkar
f6d67253e3 Added indentation in the "main" function statement block 2020-05-08 10:38:05 +05:30
Vikrant Khedkar
f44f2c176b added comment in front of main method 2020-05-07 20:28:31 +05:30
Vikrant Khedkar
1c062e2c7a added scanner in factorail program 2020-05-07 19:30:58 +05:30
github-actions
3b245025d3 updating DIRECTORY.md 2020-05-07 07:04:08 +00:00
Stepfen Shawn
d200beb1c5 Merge pull request #1300 from vtolas/master
Add prime factorization algorithm in /maths
2020-05-07 15:03:44 +08:00
Moetez Skouri
59488a1063 implement search with search helper 2020-05-05 00:39:49 +01:00
ben
082f104978 Finish both AmicableNumbers and VampireNumbers 2020-05-05 00:15:17 +02:00
ben
e59fc81075 Finish both AmicableNumbers and VampireNumbers 2020-05-05 00:13:08 +02:00
VTolas
680d1cc1cd Merge pull request #1 from vtolas/vtolas-patch-1
Create PrimeFactorization.java
2020-05-04 21:54:16 +02:00
VTolas
d41fc15257 Create PrimeFactorization.java 2020-05-04 20:42:16 +02:00
github-actions
0e9cab48f0 updating DIRECTORY.md 2020-05-04 13:23:33 +00:00
Stepfen Shawn
65dda6d55e Merge pull request #1298 from AlaaElbouhdidi/master
Add a new sort algorithm, Sort/BitonicSort
2020-05-04 21:23:04 +08:00
Alaa El Bouhdidi
b12aa3d3b8 Add a new sort algorithm, Sort/BitonicSort 2020-05-04 09:46:31 +02:00
github-actions
21bd91afab updating DIRECTORY.md 2020-05-03 19:38:41 +00:00
Wesllhey Holanda
7a008a44ee Merge pull request #1272 from wesllhey/feature/dynamic-array
dynamic array data structure
2020-05-03 16:38:20 -03:00
Moetez Skouri
fc8e36c6e3 added removeDuplicates function 2020-04-29 19:07:09 +01:00
Stepfen Shawn
0389d31b94 Merge pull request #1279 from littleFoot1/master
I find a problem
2020-04-17 01:46:42 -05:00
littleFoot1
3ef9fe7140 Update ShellSort.java 2020-04-16 21:33:22 +08:00
LittleFoot
338fced4d5 change Sorts/ShellSort.java 2020-04-16 21:31:01 +08:00
Stepfen Shawn
db4f873d47 Update copyright year
Update LICENSE
2020-04-12 17:06:16 +08:00
markaster
85c3c775e7 Update LICENSE 2020-04-11 13:36:57 +08:00
Wesllhey Holanda
e7ddedb37c dynamic array data structure 2020-04-10 14:43:32 -03:00
Yang Libin
40eee1c5af Merge pull request #1253 from EAlexa/master
optimization
2020-04-08 17:47:50 +08:00
EAlexa
5ce4cc2696 close Reader 2020-04-07 16:50:22 +02:00
EAlexa
b351c33ad3 close Reader 2020-04-07 16:48:57 +02:00
EAlexa
c560e72201 remove unnecessary SuppressWarning 2020-04-07 16:37:17 +02:00
EAlexa
3629e32c08 remove unused variable 2020-04-07 16:36:48 +02:00
EAlexa
fecfe9d705 remove unused method 2020-04-07 16:36:03 +02:00