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

Merge pull request #130 from Pusty/master

Added crc32 implementation

dfe5943f5740144708aa5d56706625e9ed5f789e authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #131 from dpacmen/patch-3

add 0-1 knapsack

512cc9cf98b1ea1727988e22fbb2709232e14c7b authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #135 from OskarEn/master

Create GCD.java

ae7edb4c089775b3a032ddbce273e1702c14edb5 authored about 7 years ago by Chetan Kaushik <[email protected]>
Create GCD.java

edde956625de87c6426796d87364c30808cf8a27 authored about 7 years ago by Oskar Enmalm <[email protected]>
updated

added comments and changed variable names for better understanding

9b4ae39291b63cb465748406e34b5de241beaf39 authored about 7 years ago by Deepak <[email protected]>
update

added comments and variable names are more simpler now

32d03516fe647d47655e16676bc114a9428083cd authored about 7 years ago by Deepak <[email protected]>
Merge pull request #133 from Balance-Breaker/master

Removed unrequired Package

0b827999276f5259cb9d9ad055a84a1fe8c6f096 authored about 7 years ago by Chetan Kaushik <[email protected]>
Removed unrequired Package

79e2eb2826c8819f80bb006f05edbe927cdd69bd authored about 7 years ago by Balance-Breaker <[email protected]>
rodcuting dp approach

A Dynamic Programming solution for Rod cutting problem

b67efdf79e40e606a10fd11eea0238a5975e71da authored about 7 years ago by Deepak <[email protected]>
add 0-1 knapsack

Very frequently asked DP problem

455876723ba30fcec77898ef2cb918494ada1b88 authored about 7 years ago by Deepak <[email protected]>
rename

.java extension added

0afa2da3cef1778d88d24645cdf6009519846131 authored about 7 years ago by Deepak <[email protected]>
rename

b7a9d0de4435594e40fad18a6db1b406830430fa authored about 7 years ago by Deepak <[email protected]>
fixed a small mistake

db7300f19189d5ee4757fdba9f860be64d7ff5be authored about 7 years ago by Pusty <[email protected]>
crc32 implementation

f2bfa6a1be8c028e732e01add8ce735bbacd3f56 authored about 7 years ago by Pusty <[email protected]>
Merge pull request #124 from lvncnt/master

add KMP algorithm; improve binary search

7df4e980c47a3d5bdf08148f6d6ab9f73d774480 authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #113 from mpokryva/node-find-fix

BinaryTree find(int key) fix

867ca11ccc2d749796c2e88f11f9523ae23db3cc authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #111 from ffahri/master

Creating ciphers and adding Caesar Cipher

f271e86636db054813252ebe8d6fcd15f204a542 authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #106 from OskarEn/master

Create Abecedarian.java

ae1982e3aceac8de484aa432075aa967e56dd7cd authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #102 from varunu28/master

Added SieveOfEratosthenes.java

01f036148f0301aabf66ea79698b599ebc628326 authored about 7 years ago by Chetan Kaushik <[email protected]>
added precision_root_algo

355d4c1fee55b176f8309b1558b69f858329b8f5 authored about 7 years ago by Deepak <[email protected]>
add FibToN

print all fibonacci till N in O(n)

12b86774ad06857051e687fe85521de1fd29c70f authored about 7 years ago by Deepak <[email protected]>
KMP algorithm

79a73aebb41df045c8aed286171b8051cd886554 authored about 7 years ago by feng liu <[email protected]>
prevent (ub+lb) overflow

85771ea74fdeaf7756b87c7fadcb7884ac6a7a32 authored about 7 years ago by feng liu <[email protected]>
Postfix Notation using Stack

Note- Give input in the form like "1 21 + 45 13 + *"
#96

e7f35ab8dffb7c2efeda42d45a779634c1a6fdb2 authored about 7 years ago by Manmeet Singh <[email protected]>
Added Algorithm to Return Subsequences

84b2b8ad9411ffeded1ba81168fcc9202a0a2794 authored about 7 years ago by Nimit Arora <[email protected]>
Corrected method call

f6c64409c0f794e0dd5c3a8787a6dcacddcce636 authored about 7 years ago by Dheeraj Kumar Barnwal <[email protected]>
Merge pull request #115 from RollandMichael7/patch-2

Update LowestBasePalindrome.java

8b29c6ca1d5c664aad177dde184a85003b4c717c authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Merge pull request #116 from manmeet-22/patch-1

Tower of Hanoi using Recursion

8f086c0b690c3f3abaafc6e81939f8ca70e07b15 authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Merge pull request #118 from nimit17/ReverseStack

Added algorithm to reverse a stack

77ca9326a333a7082c0eb27fa980a3087bebdf2d authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Added algorithm to reverse a stack using recursion

727769c06f45bf007cf2d229deb3fde46559bb87 authored about 7 years ago by Nimit Arora <[email protected]>
Added algorithm to reverse a stack using recursion

dad4c69c98629a4ceb2dc8e1515400a8851cdd84 authored about 7 years ago by Nimit Arora <[email protected]>
Tower of Hanoi using Recursion

1e99c48d4a3346476d7d48b8b03ae8ddea27569c authored about 7 years ago by Manmeet Singh <[email protected]>
Update LowestBasePalindrome.java

Very, very minor documentation edit

2d300b340a531988b55d00a71fd1ec9eda1d9e56 authored about 7 years ago by Michael Rolland <[email protected]>
Create AnyBaseToAnyBase

Class for converting a number between any two bases, by going through decimal.

22c48e09253e43e499e94324e3baf0d8fddf0c58 authored about 7 years ago by Michael Rolland <[email protected]>
Merge branch 'master' of https://github.com/TheAlgorithms/Java into node-find-fix

edc51cb1e9975f2618eec8d6ae1ed9960c5a712b authored about 7 years ago by mpokryva <[email protected]>
Changed find(int key) method to return null when node is not found, and updated docs accordingly. Issue #104.

e5381585a5329af6a1ad2d0b5ababef11cba4062 authored about 7 years ago by mpokryva <[email protected]>
Creating ciphers and adding Caesar Cipher

b64b92b378860855a08eb827807ae7ac0ccef7e7 authored about 7 years ago by Fahri YARDIMCI <[email protected]>
Merge pull request #1 from TheAlgorithms/master

New Merges

75c55b8ce7e72f7bd0829a79b059f2974f617d16 authored about 7 years ago by Ayaan Faiz <[email protected]>
Merge pull request #108 from RollandMichael7/patch-1

Create LowestBasePalindrome.java

b21444d29d3f29e06b0187542f66cecf707df14c authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Merge pull request #109 from icalF/master

Add longest increasing subsequence

9fd57c7d2a70fcdf02d01f2cc140fd9f00d39a5b authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Add longest increasing subsequence

dc8114c17d0664f459d0c59e59a7e6f562530395 authored about 7 years ago by icalF <[email protected]>
Create LowestBasePalindrome.java

Algorithm for determining the lowest base in which a given integer is a palindrome.

NOTE: Has...

658ed90553f40fd5df53edcea2503131bc73e282 authored about 7 years ago by Michael Rolland <[email protected]>
Update Abecedarian.java

Removed unnecessary println and compacted it

3eddef9e722b743687b62747daa97d05259030d5 authored about 7 years ago by Oskar Enmalm <[email protected]>
Create Abecedarian.java

e416be63bb7d684d4bb9d6e443addbf33c3d4b69 authored about 7 years ago by Oskar Enmalm <[email protected]>
added interpolationSearch.java

665c6f1fb2aeae49ba6c1536152225460bdb5e07 authored about 7 years ago by theycallmemac <[email protected]>
Added SieveOfEratosthenes.java

701d5d1855d9e371e718ea7442f34b688332e7c9 authored about 7 years ago by Varun Upadhyay <[email protected]>
Added level order traversal, and more nodes in main method

1e52ba37c31c7af29e2c36e6b93193f052ca9da6 authored about 7 years ago by Miki Pokryvailo <[email protected]>
Merge pull request #101 from kv19971/levenshtein_distance

added levenshtein distance dp implementation

0aee19d427e4aad12faecb408b42b789d7ecd9ca authored about 7 years ago by Chetan Kaushik <[email protected]>
added levenshtein distance dp implementation

0957f33275b90289009569319fa3c3be48f489c0 authored about 7 years ago by kv19971 <[email protected]>
Merge pull request #99 from rei2hu/master

Add adjacency list graph implementation

995005c933aa4d199364440c346b3fe6acf54d07 authored about 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #100 from dpunosevac/master

Added Shell Sort

c6887b8a0824b2d4c0abbc69d3c03afeb3c2b4da authored about 7 years ago by Chetan Kaushik <[email protected]>
Added Shell Sort

f7f70b575bee5d01ecc5ca1b1541b31146776053 authored about 7 years ago by Dusan Punosevac <[email protected]>
remove makefile and update docs

9b566f94416a1f3c555a934ee6e1f2574beae1f6 authored about 7 years ago by rei2hu <[email protected]>
add adjacency list implementation for graphs

381d898d860fd6594f43f65b3bb1de51fb7fcb47 authored about 7 years ago by rei2hu <[email protected]>
Merge pull request #95 from mk9440/master

Huffman Encoding

230a0059e79df9856d64f3a12ac18cf0fcc71993 authored about 7 years ago by Anup Kumar Panwar <[email protected]>
Add files via upload

Huffman Encoding with Proper comments

ac24f7d6f4d97899794120b2f9035a5372f6246c authored over 7 years ago by Mayank Kumar Jha <[email protected]>
Merge pull request #86 from JosephMPignataro/master

Adding a Node class and Binary Tree Sorting algorithm

5f1fb61f075e504194ea0425e64c1be7a3f85585 authored over 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #93 from varunu28/master

Updated SelectionSort.java

9b91f6cac53fe17378d4d749e87a26d613a564dc authored over 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #90 from varunu28/master

Added Fibanacci using memoization

35b17aaa0d69e393fca5dd94f366e2ad4bb0cfa1 authored over 7 years ago by Chetan Kaushik <[email protected]>
Merge pull request #81 from atishaya11/master

Added function to insert a node at specified position in linked list

1ac59ac69d3908e93ba30f27a4b2939f192031fe authored over 7 years ago by Chetan Kaushik <[email protected]>
Updated SelectionSort.java

Updated SelectionSort.java to its generic version

bd42abccd9e7c261f29c68791af68d47e0c3eb5c authored over 7 years ago by Varun Upadhyay <[email protected]>
Added bottom up approach

73e05940eae0a46fa4921ef1ecfb81fab4f91a76 authored over 7 years ago by Varun Upadhyay <[email protected]>
Added Fibanacci using memoization

0d4cfbabe6786dd5b0ec8de05c9a864f648d85e7 authored over 7 years ago by Varun Upadhyay <[email protected]>
Delete max_sub_array.py

86f5fd28c2ce79e73c3d66ea33b2fdbe93595b39 authored over 7 years ago by Mayank Kumar Jha <[email protected]>
Add files via upload

b74c8ae9a4083c71864fb442eafa065591a4d5e9 authored over 7 years ago by Mayank Kumar Jha <[email protected]>
Merge pull request #87 from varunu28/master

Updated QuickSort.java

affcbac394c42ff1286e0d47dc6db2d71e66547e authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Updated MergeSort.java

Updated MergeSort into its generic form

146a08cabf936ad594391e9dda867a190d5d8626 authored over 7 years ago by Varun Upadhyay <[email protected]>
Updated QuickSort.java

Updated quicksort to its generic version and changed the filename according to convention

e9b1e2542b3473d6cc341e2a629be145e56d9ba9 authored over 7 years ago by Varun Upadhyay <[email protected]>
Remake of TreeSort

Uses Node class in misc files. Remade after a typo in the last file.

707bf5c5a94995b027344d760128fa13b65bacb8 authored over 7 years ago by Joseph M Pignataro <[email protected]>
Delete BinaryTreeSearch.java

Wrong title

7929651c3a8a223dba8ab567cd9b95498f80399f authored over 7 years ago by Joseph M Pignataro <[email protected]>
Tree search

Uses Node class in misc.

f16117e1092f4a8f2c10698772991d3480a2d774 authored over 7 years ago by Joseph M Pignataro <[email protected]>
Create Node.java

A node class to be used for the binary tree sorting algorithm. I will put up the sorting algorit...

07d5d9ea6dafaa5885960d9421136d08b0706ca1 authored over 7 years ago by Joseph M Pignataro <[email protected]>
Merge pull request #85 from varunu28/master

Updated Insertion Sort

a009ccaca97556493e80720a59cae5a1e619f4bd authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Update BubbleSort.java

Changed the method description

96af9a7d63eee7fa978d24ac941193ff9136ab6b authored over 7 years ago by Varun Upadhyay <[email protected]>
Update InsertionSort.java

2eb75e15f1f11eaf8b677b539dbcb3c19a79cc7d authored over 7 years ago by Varun Upadhyay <[email protected]>
Updated Insertion Sort

Updated Insertion Sort to its Generic version

2b02d483773d8a8a71ee837a37abb0d16a1729d3 authored over 7 years ago by Varun Upadhyay <[email protected]>
Merge pull request #83 from varunu28/master

Updated BubbleSort.java

e414753af45d68a3d8d8917bab8959d77ac0935b authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Updated BubbleSort.java

Updated BubbleSort.java to its generic version

9f0d7b651844f7b002f33c21e62d0c3a984b05c2 authored over 7 years ago by Varun Upadhyay <[email protected]>
Merge pull request #82 from varunu28/master

Update BinarySearch.java

90ebd8ad9988addf3734bc37d204414cd94afd97 authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Update BinarySearch.java

Converted integer binary search to generic binary search

22350eaf6be3642984d42d4535506fb15664b786 authored over 7 years ago by Varun Upadhyay <[email protected]>
Added function to insert a node at specified position in linked list

1e9b5724dfafc69c3daabd02c3e7c3379f52dd60 authored over 7 years ago by Atishaya Jain <[email protected]>
Merge pull request #80 from varunu28/master

Updated LinearSearch.java

eca7a0ee2825d3f210bb9028a2748445a582b67f authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Create DecimalToAnyBase.java

A program to convert a decimal number to any given base

13bd0365f398bf85291d7c8b671fb03448e525f3 authored over 7 years ago by Varun Upadhyay <[email protected]>
Updated LinearSearch.java

Converted integer linear search to a generic linear search and added faster input method

ee5974a04e5093c32303fafdbecb48b0074d7e5c authored over 7 years ago by Varun Upadhyay <[email protected]>
Merge pull request #79 from hgm1284/contribution

HexaDecimal To Binary conversion created

a0aed9aef2e4de0e672a3312d195fe750598212d authored over 7 years ago by Anup Kumar Panwar <[email protected]>
HexaDecimal To Binary conversion created

017f47cf61e17fb7a1526d1d3c258c2c73ec2df7 authored over 7 years ago by Harvey Gómez <[email protected]>
Merge pull request #78 from varunu28/master

Created TreeTraversal.java

895395fd1f4b56b31eab1b5bef88104148e12c98 authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Merge pull request #62 from ry05/master

Inserting and deleting an element in java array

c915e0219cb03d858dc9269eae74c0a4fe30d905 authored over 7 years ago by Anup Kumar Panwar <[email protected]>
Create TreeTraversal.java

fde8712d79701622f97faae359a7225ba884aca3 authored over 7 years ago by Varun Upadhyay <[email protected]>
Delete .DS_Store

43bfe47036152dda81b114ac9c00596bd29b9856 authored over 7 years ago by Rohit Gupta <[email protected]>
Merge pull request #76 from CalebConner13/patch-1

Updated syntax / whitespace

001223fc5c9051cfda8797e62834d8696eaaf94a authored over 7 years ago by Rohit Gupta <[email protected]>
Merge pull request #61 from varunu28/master

Created AnyBaseToDecimal.java

d3e0090ed472b0b6ba4dd798ecafc75a891ba5ec authored over 7 years ago by Rohit Gupta <[email protected]>
Merge pull request #77 from ParitoshAggarwal/master

Add files via upload

45b76e57e0a4ad6df08d98dcc4798bcb1500964e authored over 7 years ago by Rohit Gupta <[email protected]>
Add files via upload

Generic tree updated

c993087737f1b7de8714a87700be017bf1d007cf authored over 7 years ago by ParitoshAggarwal <[email protected]>
Update HashMap.java

c61cc8cd6b78cc20ab21f4946bc4687509fa530f authored over 7 years ago by ParitoshAggarwal <[email protected]>
Add files via upload

HashMap implemented
Code is working and checked twice to avoid any errors

df34c3fdd14d6abeb0208202e0ed114cfbf91fae authored over 7 years ago by ParitoshAggarwal <[email protected]>
Updated syntax / whitespace

fdc48cbc20eaf27d8fa95c9765a112fa6d57d47c authored over 7 years ago by CalebConner13 <[email protected]>
Merge pull request #75 from earngpi/master

added class for Palindrome and re-edited SinglyLinkedList

0e48afc53b3fc8b798a62f70b0c626621b1c7cfa authored over 7 years ago by Anup Kumar Panwar <[email protected]>
update singly linked list

d6b9e548eff15c3d0e56892f7b2fbf2c25c5c69d authored over 7 years ago by earngpi <[email protected]>
Merge pull request #1 from earngpi/earngpi-version

create Palindrome.java

86ac3321e38d382eb214c1b6ad3b350a162fe698 authored over 7 years ago by earngpi <[email protected]>