Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/Java

All Algorithms implemented in Java
https://github.com/TheAlgorithms/Java

Update Vigenere.java

- Remove continue;
- Change condition with Character.isLetter() and Character.isUpperCase();

e53ec5303476c304aa87388880155181bfa44026 authored over 6 years ago by Fractum <[email protected]>
Update ColumnarTranspositionCipher.java

cdff8a2e2e48801c341a82236ecc450ecbe09743 authored over 6 years ago by khalil2535 <khalil2535@localhost>
fix BalancedBrackets.java

e5e6fc154d99ecb3339b1fa94582e3a33a4a6a26 authored over 6 years ago by khalil2535 <khalil2535@localhost>
Remove space from Data Structures package name

82ef795675720df9f6c7e91929b1a5b4c67f296f authored over 6 years ago by khalil2535 <khalil2535@localhost>
Update chiphers

520ee69e342aaeec45ae6676d987f48401428415 authored over 6 years ago by khalil2535 <khalil2535@localhost>
Add files via upload

e48a9ad4f223e83bba24d3ad92ee9a25b459f92d authored over 6 years ago by straiffix <[email protected]>
Added a iterative version of ternary search algorithm and some minor changes in documentation

c0020903e2fc0993a8450f0e23fc242d94786191 authored over 6 years ago by nik <[email protected]>
Merge pull request #415 from nikitap492/search

Added documentation to the searching algorithms and refactored them

f1cc15b6a8a150fc33963c9b46d0b892e82abb61 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #412 from khalil2535/master

Update Caesar.java

2d5a9b1f604a697a27d4b35458f58a55574a8b5a authored over 6 years ago by Christian Bender <[email protected]>
Refactored left searching algorithms (except SaddlebackSearch. Just cleaned the code in that algorithm)

Added some documentation to these algorithms

066adc71d5182bb0513e031f4c0ebe57756a7928 authored over 6 years ago by nik <[email protected]>
Refactored a few searching algorithms

Added documentation to these algorithms

7d178c51b44ac95920e04eba9163cc91265c6b61 authored over 6 years ago by nik <[email protected]>
Comb sort was implemented

cf778675df4aaa2e5a964a2922a8431ccc913edf authored over 6 years ago by nik <[email protected]>
Update Caesar.java

ca8f6dbb384c2a64cb5e72c334b3e3a61481c414 authored over 6 years ago by khalil2535 <khalil2535@localhost>
Update Caesar.java

9060d2da29b8312f43f3e4b0841caa24a0558a35 authored over 6 years ago by khalil2535 <khalil2535@localhost>
Merge pull request #411 from nikitap492/refactoring

Generalizing & Refactoring

f808a2b2172813049cd0720017763c46c148e7df authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #406 from Lisanaaa/master

Thanks for your efort.

43d3a56a3fd8aa1ddd6075e4cde7c6366fcf498d authored over 6 years ago by Christian Bender <[email protected]>
Added PancakeSort and the other minor changes

e83317fd89f25fcd0927af3624a4c8f53bcf6c46 authored over 6 years ago by nik <[email protected]>
Added GnomeSort

e15cfb29b12cc6d351bcb82c43ca4deb9ff71d79 authored over 6 years ago by nik <[email protected]>
Refactored HeapSort

18a514857684b95c02c5cd01a65a14b344c9765c authored over 6 years ago by nik <[email protected]>
Update Caesar.java

8b243667d736be7d0413cc77159378aa02459db0 authored over 6 years ago by khalil2535 <khalil2535@localhost>
Minor changes

9491b45a05a3c9532d7f3cd1d19d664532e9e3c1 authored over 6 years ago by nik <[email protected]>
Update TopKWords.java

0cf0aba68a16a6114779aaa640fa688fb2cf6368 authored over 6 years ago by Keqi Huang <[email protected]>
Merge pull request #408 from thegabriele97/master

added iterative binary search algorithm

093a8928897c2d9a06393e60deddb2713a877ae9 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #409 from nikitap492/master

Thanks for contribution

18808175da46f83dab9d29cdbf7ebd1fa4dcc7d6 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #410 from khalil2535/patch-1

Upload README.md

f1f22f9d1803562e7e8762c72595e44c49d7654f authored over 6 years ago by Christian Bender <[email protected]>
Replaced the left sorts to the new package

d4bd9e7c7de90310c1c77e78718c11d4d049d648 authored over 6 years ago by nik <[email protected]>
Refactored BubbleSort, CycleSort, CocktailShakerSort

52d1182de5881620824a21367c177f5286d54596 authored over 6 years ago by nik <[email protected]>
Refactored bogo sort and bubble sort

b01c2cf2c6162de3d8f1c50541acf8d6eb3a92cd authored over 6 years ago by nik <[email protected]>
Refactored and fixed the bugs in BinaryTreeSort

65361a44455cb1bc7e5e2a4f57bdf13e5c0f51af authored over 6 years ago by nik <[email protected]>
Added the default method to sort a list to the sort interface

Changes in InsertionSort and CountingSort

874940160ac02528b6a8d4a54aa79106759db633 authored over 6 years ago by nik <[email protected]>
MergeSort was implemented SortAlgorithm

5560be8262fbe152dd095c0149b153f21b3f28c4 authored over 6 years ago by nik <[email protected]>
The sorting structure was driven to a general java project structure

Fixed the bugs in QuickSort
Refactored QuickSort

2c356b563f3b64d3060b9dea69441d1a5c893d58 authored over 6 years ago by nik <[email protected]>
Refactored SelectionSort

35f21f3b1bfb7692a87763e0044f4aff8bc5114d authored over 6 years ago by nik <[email protected]>
Created general interface for most algorithms

Created utils methods
Refactored ShellSort

3c40937c665ed0ce2f9e1c150251679f0ddd1a32 authored over 6 years ago by nik <[email protected]>
Changed the names of the counting sort methods

Added curly braces for the loop

205aec0c4f7640fece153e85347d912e53ea3305 authored over 6 years ago by nik <[email protected]>
Update TopKWords.java

All has been improved according to your advice.

68d945077ed31c454397a6e6c185e136e0ad32f0 authored over 6 years ago by Keqi Huang <[email protected]>
Upload README.md

fcdf0d76e3b053d148cf12015c0dc9234f25cd37 authored over 6 years ago by Mahmoud khalil <[email protected]>
code clean

c7f4f53a4b53bbacc560e71af7fc61dfe4c3c2b0 authored over 6 years ago by Salvatore Gabriele La Greca <[email protected]>
Merge pull request #407 from khalil2535/patch-1

Upate AES.java

c2335d9a0605208fb39fcfefb99e4e6be38c0526 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #287 from sandeeproy99/patch-3

CombSort.java

1f76cda0e815c1fd658f2d15b4968471da284146 authored over 6 years ago by Christian Bender <[email protected]>
Added the counting sort method which uses stream API

Changed the original sorting method: creating and throwing an exception it costs then using getOr...

f564fa4ea14e8e21d146523cedb1a3a52edb0068 authored over 6 years ago by nik <[email protected]>
added iterative version of binary search algorithm

1cb21915fe90231605713db706e5dc061f90f665 authored over 6 years ago by thegabriele97 <[email protected]>
Updated CombSort.java

As requested done the changes.

f8542e4db744d57eec1863b96dd05b8988029eb7 authored over 6 years ago by Sandeep Roy <[email protected]>
Update AESEncryption.java

e8ba595716edc6e68748f5c504dfe68a2e95b8a7 authored over 6 years ago by Mahmoud khalil <[email protected]>
Upate AES.java

ed0bddf5037c418b7adcd4d69164ac3dd613ce00 authored over 6 years ago by Mahmoud khalil <[email protected]>
Create TopKWords.java

df1b68b9eece3c7f98e6d3107bdb65a255fd4394 authored over 6 years ago by Keqi Huang <[email protected]>
Merge pull request #404 from divyeshjagatiya/master

Good Work! Thanks for contribution.

8dcc57f9b918fe247356de82bb78f0461d639fe5 authored over 6 years ago by Christian Bender <[email protected]>
Update TreeTraversal.java

51be5a12a6fe83836de3b730a1193cf618da30d2 authored over 6 years ago by Keqi Huang <[email protected]>
Updates in CSVFile.java : Remove code redundancy and use try with resource

5ffdc380e83dbf383a4195aed6e12b5a0d60a34b authored over 6 years ago by DJagatiya <[email protected]>
Merge pull request #265 from Kromzem/master

Perlin-Noise-Algorithm added

258e64d1f7724055778a59abf8c0260357eaf5f8 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #400 from khalil2535/master

Thanks for the changes! I maintain this repository only recently.

d2c944387ed4581c1297341b59710ca8fea488dd authored over 6 years ago by Christian Bender <[email protected]>
rename AnytoAny to capital letters and adding package declaration

e6766a92d6cd1c8f5e82e0a3fea2644b09e1eacb authored over 6 years ago by khalil2535 <khalil2535@localhost>
Merge pull request #399 from khalil2535/master

Update Stacks.java

dba791e515c4ebb2e606d56b6010c48aab1ae6ef authored over 6 years ago by Christian Bender <[email protected]>
Update Stacks.java

9ac82a1a2662f14e94ffd9771f4e0d1c15314adf authored over 6 years ago by Mahmoud khalil <[email protected]>
Merge pull request #136 from shikhart98/master

Add Compression Algorithm

9ad263fc58e51e585150ea49e65b45e4167a7048 authored over 6 years ago by Christian Bender <[email protected]>
Delete TestCSVFile.class

f480b5ba7b1f13fd4f197979df1b213d6ca081b8 authored over 6 years ago by Christian Bender <[email protected]>
Delete CSVFile.class

3382f15b9d9816c3617f453dd49d2879bc44f5dd authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #359 from christianbender/master

CSVFile --- class

d012667476b8f9d4716d7f00c27e932b76f2b466 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #317 from Febaug/master

Add connected components algorithm

d39663d24f30b45f20bc898ba50c807211fe409c authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #218 from AKS1996/master

Additional files similiar to TheAlgorithms/Python

63bba807a6a7c4df580394d8a5bbdb0c4737ea8e authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #226 from sanghaisubham/editdistance

Implementation of Edit Distance in Java

0aae345163af3e71d770587772e97d93d5976915 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #290 from sahilb2/master

Added peekFront and peekBack functions

03dad512cc30c198cc7bd50f7414a368780f9a04 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #292 from Piyush13y/patch-1

AES Encryption/Decryption

6b659d7e2203f4e1c0bdba23e77fb24f13e79fc4 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #329 from Phil-Schmidt/master

Add Advanced Encryption Standard

d133868f61085552c97744df2ba0f78786290469 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #333 from The-TJ/patch-2

Thanks for contribution

12e7f6675344c710a1591e0206bbb72419b09383 authored over 6 years ago by Christian Bender <[email protected]>
Update OctalToHexadecimal.java

b190206b767fbb0502c3a9365b34defa47b2467b authored over 6 years ago by The-TJ <[email protected]>
Merge pull request #397 from khongta0932488598/patch-1

QuickSortAlgo.java

fe78789fcba8560298d02fa153c430704269575b authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #330 from JeonSeongBae/JeonSeongBae

Thanks for contribution

695959274415fef5c1d6871ab10e93e9f62b63a8 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #375 from GammaBurst101/palindrome

Resolve the conflict of closed PR #146

b88e9781f545549e8525701401898ed0b0aa6307 authored over 6 years ago by Christian Bender <[email protected]>
Update README.md

4d435994d75bcd37b0cc5ffb7e8d3b2465bc2014 authored over 6 years ago by Christian Bender <[email protected]>
Merge pull request #377 from GammaBurst101/Update-Readme

Solves issue #304

757ad7f47eed60c888fd7ab25806b994496e5127 authored over 6 years ago by Christian Bender <[email protected]>
QuickSortAlgo.java

Change to List<E> for any type of array.
Change value of pivot to value of middle index of unso...

01d699924e224438bb50a3bff56042c8cb99639c authored over 6 years ago by khongta0932488598 <[email protected]>
used to find the shorthest paths among all pairs of nodes in a graph,

Floyd-Warshall algorithm is a procedure, which is used to find the shorthest (longest) paths amo...

35a4bd314df190b26dc2c92a40f8d72f16f33b14 authored almost 7 years ago by Ayush Nagar <[email protected]>
Merge pull request #382 from knightcube/patch-1

Update README.md

8b359c7f8f033e70a5bbb72afa8db26330471d71 authored almost 7 years ago by Varun Upadhyay <[email protected]>
Update README.md

491d4210b81c32a082fee82eacf65d8848fc5b78 authored almost 7 years ago by Rajat Kumar Gupta <[email protected]>
Merge pull request #380 from petersonddb/dec2bin-bitwise

Add a bitwise conversion for DecimalToBinary.

@petersonddb Thanks for the commit

ff43b3647fc9a28c851c6a981efc077c1a642552 authored almost 7 years ago by Varun Upadhyay <[email protected]>
Add a bitwise conversion for DecimalToBinary.

80aa51daa22e321833ea34ae6f6180917786e411 authored almost 7 years ago by Peterson Daronch de Bem <[email protected]>
Merge remote-tracking branch 'upstream/master'

bdc59aa4ea7d99da1ebdc049c07cfcfd301ffec8 authored almost 7 years ago by sahilb2 <[email protected]>
Last update for README.md

90667d55908868a54a6644b1b96642b501340717 authored almost 7 years ago by Prasoon <[email protected]>
Second update for README.md

e294cf7f5d44fa26d4c8c108e700200734e2fbf0 authored almost 7 years ago by Prasoon <[email protected]>
Update README.md

148aede3d39ea0c773bde2ff7f26df9e9c1f5769 authored almost 7 years ago by Prasoon <[email protected]>
Resolve the conflict of #146

6f9867a7656283b5f300a8b142d868719a5235ae authored almost 7 years ago by Prasoon <[email protected]>
Merge branch 'master' of https://github.com/TheAlgorithms/Java

b58a5888489b3f7843b6c51db470917a7706a717 authored almost 7 years ago by Prasoon <[email protected]>
Merge pull request #142 from manmeet-22/patch-5

Palindromic Primes

7320201a44ff134cd2fde0094daf748f7ddf0b3f authored almost 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #374 from GammaBurst101/Fix-error

Fix a logical error and set a method to private

4e6a8597af5dfaed50d514a3694b5484b3b3afd4 authored almost 7 years ago by Varun Upadhyay <[email protected]>
Merge branch 'master' of https://github.com/TheAlgorithms/Java

94b70d255d87af0835932d856d665c4085b4669b authored almost 7 years ago by Prasoon <[email protected]>
Fix a logical error

f1200c06cedf3f5cb581ee5fb87af3a17b068a98 authored almost 7 years ago by Prasoon <[email protected]>
Set method to private

2638ce639608aa84bb087ea42c37905c63fed548 authored almost 7 years ago by Prasoon <[email protected]>
Merge pull request #370 from GammaBurst101/change

Closed scanner and changed a method to private

81d3e9bf4ac96c94fbdd1f601e765d8114649449 authored almost 7 years ago by Varun Upadhyay <[email protected]>
Change access specifier to private

206b9aa75f38ea9767d25e57239b43f4fe4de8e7 authored almost 7 years ago by Prasoon <[email protected]>
Close the scanner

652d227982a0b1b8298038a4ee9d3ac1cc62516e authored almost 7 years ago by Prasoon <[email protected]>
added comments

c0c72ca2036cdd17a88916a04badd9b241e2ea39 authored almost 7 years ago by Shikhar Tyagi <[email protected]>
added comments for some functions

4d2972658eaaaabd982fd5a0e66e3bdd3e6a0ab3 authored almost 7 years ago by Shikhar Tyagi <[email protected]>
Merge pull request #366 from Rachana040/master

Updated Matrix.java, added Transpose of a Matrix

555b715444ae7beecf46ee75458a01b2fbd2592b authored almost 7 years ago by Varun Upadhyay <[email protected]>
Merge remote-tracking branch 'upstream/master'

d6a5572aa14f78bc6c49a0a6073ef697558b5f24 authored almost 7 years ago by sahilb2 <[email protected]>
Merge pull request #367 from NISHITA97/Branch2

Brian Kernighan’s Algorithm added

dcfde17a1ff0171a3df3d9eaa1fd1c27dadf1dd0 authored almost 7 years ago by Varun Upadhyay <[email protected]>
Update BrianKernighanAlgorithm.java

1567b58a46c2a7f7d92af4e8cb0c712d78569a08 authored almost 7 years ago by Varun Upadhyay <[email protected]>
spacing improved

5cf220362a37c982a26dc81f2e87159fe99b2495 authored almost 7 years ago by Nishita Aggarwal <[email protected]>
indentation improved

8db4ef901c8fef6bc90d59773256c5c912f4dff9 authored almost 7 years ago by Nishita Aggarwal <[email protected]>
Brian Kernighan’s Algorithm added

55b9080e546a5ee022bc183f831bfa2b11b7255d authored almost 7 years ago by NISHITA97 <[email protected]>