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 #711 from ojasiiitd/patch-1

Updated StackOfLinkedList.java

1d02cd442915f352965a1c3f46bebde9d17022cb authored almost 6 years ago by yanglbme <contact@yanglibin.info>
Update StackOfLinkedList.java

2ea534000bafe95a5c03dd6248aeda1d1ff151a7 authored almost 6 years ago by yanglbme <contact@yanglibin.info>
Updated StackOfLinkedList.java

I made the code shorter and less prone to mistakes by removing the "size" variable altogether fr...

d60f836861fb1d1237935a9c342ef492d0df8cc4 authored almost 6 years ago by Ojas Saxena <43749506+ojasiiitd@users.noreply.github.com>
Merge pull request #709 from HeikoAlexanderWeber/bug/708, fix #708

#708 (bugfix for fibonacci sequence function)

dda712c0c7a77f80390dfd8caab14fb1a2480225 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
#708 (bugfix for fibonacci sequence function)

o fixed function "fibMemo" according to acceptance criteria in #708
o fixed function "fibBotUp" ...

1031cfb35c593eb84166dbb0ec557fef6e0e4025 authored almost 6 years ago by Heiko Alexander Weber <heiko.a.weber@gmail.com>
Update Queues.java

2b3e82fd4c76a5b9475521154f65baa86e24250c authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
docs(DP): update LongestValidParentheses.java

c725d91ecf0b4b6d62c0d054f52abb87901a3e68 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
docs(DP): update RodCutting.java

5ec25c167057a355f3073cfd52ca3f6d1ce2eef8 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
docs(DP): update EggDropping.java

6ff87322e63e167cf62dc1bb94eb426c27a52649 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
docs(DP): update LevenshteinDistance.java

09d5cb01f321d06278405e4cd13a5c2037fd6505 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
Merge pull request #684 from dimgrichr/master

Addition of CRC

e4a9d38ee39767711784f1d5c21029ce2341846f authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update CRCAlgorithm.java

d434e4a4f1d3e69d29f0e1f45c7bb88f5de32ce9 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
docs(Others): update countwords.java and crc32.java

- By @yanglbme

c516834ed65a0e2cfb81bdf9f465511201438951 authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
Merge pull request #707 from hailK11/patch-1

Update PriorityQueues.java

2ceb1aa907ce2621b4ec55cceddfdd7d2d0bc4ac authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update PriorityQueues.java

36d6b5133f288c60dbe0622ddbad08dde9efdf0b authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
Update PriorityQueues.java

Include condition to check if the queue is full when inserting values into the queue

b73757e4bb0c30314b63c046cd92770e935ade2d authored almost 6 years ago by Akhil <31859863+hailK11@users.noreply.github.com>
fix: fix wrong heaps package and close #700

- Fix #700

46bbfaa0e81168a1c431a6ffaf21448e21539750 authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
fix: remove unnecesary throw to fix #704

- Fix #704
- Thanks @lprone

8b92c3fdbeedb7ae0d3b5b6d79871af91cf7c2ea authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
fix: remove unnecesary assignation to fix #698

- Fix #698
- Thanks @lprone

bb670a2cebd7f5af76957a5f46c962c82bf6995b authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
fix: remove unused imports to fix #699

- Fix #699
- Thanks @lprone

f2f79821acde62c58671ad9990dca78e2bbbb1c0 authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
Update CSVFile.java to fix #705

- Fix wrong assignation

cbfa8875aa2f882688685b0f5b71ad96f6c16c61 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
Merge pull request #702 from BekBOLOTov/master

Added Euler's totient Function

d5d6d459bd182c1d43e51faeb7bc60714a6b5872 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update EulersFunction.java

12215a11d3b77c45e074daf096fd1cf43a15cb93 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
Added Euler's totient Function

6351bf2efcb0a07623261c3a3cb4b3de193fcc56 authored almost 6 years ago by Bolot Bekbolotov <bekbolotov.bolot@gmail.com>
Merge pull request #701 from IvanKuzaev/patch-1

Update PalindromicPrime.java

f869601a9451c2af01ab51c50a0314e491279c81 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update PalindromicPrime.java

Method prime(num) uses only odd numbers from 3 to square root of num as divisors.
In method fun...

22e7f7f147b4fcd0e142d135aa35bb988aba54d4 authored almost 6 years ago by Ivan Kuzaev <ivkuzaev@mail.ru>
Merge pull request #696 from SaeedJinat/patch-2

Update README.md

46a384b4baee1ef63342915e9fbac3fac64bff14 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update README.md

added Cursor Linked List to the table

2c38098a1c008f2b2f7a5d2f20508d31ca74221d authored almost 6 years ago by saeed jinat <saeed.jeebat@gmail.com>
Merge pull request #695 from SaeedJinat/patch-1

CursorLinkedList

842f63b697177e0e0b222353bce3db5e7602873b authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
CursorLinkedList

added CursorLinkedList basic implementation

d4f05e3af10f92d55c7e297c82bf0334d565ac24 authored almost 6 years ago by saeed jinat <saeed.jeebat@gmail.com>
Merge pull request #693 from ulvimardaliyev/specific-position

modification for specific position of inserted values

20cebce2302b27ea92efebc0a723df4f71dd8a63 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update SinglyLinkedList.java

f348e1832b1e0232c44539ad09203cf5348618c6 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
added new field and modified some methods

b123975b56287baf1e0b453b875f621dfc9c7c05 authored almost 6 years ago by ulvi <merdeliyev@inbox.ru>
docs(Others): rename GuassLegendre to fix #689

- Fix #689
- Thank you @SebastianOner

6cc1414a2aadb5de5c97d1e8a5f26898bb573971 authored almost 6 years ago by yanglbme <szuyanglb@outlook.com>
Merge pull request #688 from LeonardoGalves/master

Correction of a RuntimeException Uncompilable source code

c94056ad9721cb712c589e3cb8a5d9214bd03e6c authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Correction of a RuntimeException Uncompilable source code

55b6ff5c186d674feebc2cc17e7e88663cb85d69 authored almost 6 years ago by Leonardo Galves <leonardogalves1@hotmail.com>
Cyclic Redundancy Check Algorithm

Implementation of a CRC algorithm, used in order to examine received messages/packets for any er...

31bf10f29f8f76c36585aa965337a7325598efd4 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Delete CRCAlgorithm.java

8bd630f4c5e117f9cede5811ad642c5c8fe04739 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Cyclic redundancy check Algorithm

Implementation of an CRC Algorithm, used in order to examine already received packets/messages.

d4b67256993d155c374170b283fd3d6f0eb64cf7 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Merge pull request #683 from dimgrichr/master

Addition of the Skyline Algorithm

571315df24bff819082d773713a6deb44069de48 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update SkylineAlgorithm.java

0a3717957c0d2aa466f5494be081806ea8c108a2 authored almost 6 years ago by Libin Yang <szuyanglb@outlook.com>
Delete TaskCosts.java

8f78a3fe6cbd79029f5213c783880b6308890132 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Addition of the Skyline Algorithm

Implementation of the skyline algorithm

96ad920ce5975e17ac4c644819dc3e204b8e772b authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Delete SkylineAlgorithm.java

d55d1e4d0e8ce9b11035c804f63e41258cc8cc20 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Merge pull request #681 from guoxiaoxu/master

Update MergeSort.java

8677246af7ec9a089508dad38de0ab8933c46521 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update MergeSort.java

21a7b9db58b085f1fcaaa70c0d20d7d379f71a78 authored almost 6 years ago by Guo_1_9 <gxx632364@gmail.com>
Merge pull request #678 from guoxiaoxu/guoxiaoxu-patch-1

Update BinarySearch.java

f88287ed1018f2266d13d24079f04c52f228b410 authored almost 6 years ago by Libin Yang <contact@yanglibin.info>
Update BinarySearch.java

fix

378f661f7046f072e9fe2257bbf70b3a0d767800 authored almost 6 years ago by Guo_1_9 <gxx632364@gmail.com>
Add files via upload

a85b36db9557b4abe1b39b3be7a6c8425793fde8 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Add files via upload

SkyLine Algorithm

928a5fed1577204a7216d1bc568128ea9f4d6c79 authored almost 6 years ago by dimgrichr <32580033+dimgrichr@users.noreply.github.com>
Merge pull request #672 from hayderhassan/separate-stacks-class to fix #667

Separate stacks class

8d11e5bb395ee276e361c6236b94df0eef4b018a authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update StackArrayList.java

7c33d2e3132f7dfaa41dc1b2728df85926811c67 authored about 6 years ago by Libin Yang <szuyanglb@outlook.com>
Format code in StackArray

fc64d05b5c803d6b723d463e25dc600d9e9ede6e authored about 6 years ago by Libin Yang <szuyanglb@outlook.com>
Remove Stacks.java which has been replaced by two new files

StackArray.java & StackArrayList.java

29b7ad43d10c3ed63a1974a27bc2dc9b432ed8e1 authored about 6 years ago by Hayder Hassan <hayderh@gmail.com>
Update link to StackArray and StackArrayList classes

The Stacks link in the Korean readme takes user to the
Stacks directory rather than a specific Ja...

787a9fa0caab16e40ca4380abc6803b98d03f26b authored about 6 years ago by Hayder Hassan <hayderh@gmail.com>
Move code for Stack ArrayList from Stacks.java to StackArrayList.java

bbbf63c9a1303aabbde7a5bd060b466d12349339 authored about 6 years ago by Hayder Hassan <hayderh@gmail.com>
Move code for Stack Array from Stacks.java to StackArray.java

4bbc39f93b6f038182f2f4217e966d209f8cac62 authored about 6 years ago by Hayder Hassan <hayderh@gmail.com>
Merge pull request #665 from jasonptong/patch-1

Update Palindrome.java

b9aacd4dcef07d457f80a9320309cdcc8c2cca92 authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update Palindrome.java

2d383bf48e7f058ec6d20b668e7a89edb3d51d43 authored about 6 years ago by Libin Yang <szuyanglb@outlook.com>
Update Palindrome.java

Test cases where String x is null or has a length of 0 or 1 for FirstWay method.

a5bf69fcbd6eff2858581d07b013d79ad68fa0ce authored about 6 years ago by jasonptong <43040084+jasonptong@users.noreply.github.com>
Merge pull request #664 from SunggyuLee/sung9

add Matrix chain multiplication algorithm

084548d96e3cc6958bcd931a8a235889ef58a7f4 authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update MatrixChainMultiplication.java

3183957ec7a7af80adce4b0bc313d54bcdd0d449 authored about 6 years ago by Libin Yang <szuyanglb@outlook.com>
add Matrix chain multiplication algorithm

2da7d89123520702c38fbbcb5fee53f88ee2152a authored about 6 years ago by SunggyuLee <sq0216@gmail.com>
Merge pull request #663 from SunggyuLee/sung9

one new Dynamic Programming Algorithm and a modification adding recommanding input method

db7c1002c3b5b9e7fde4861fe26aadf57efaa2f9 authored about 6 years ago by Libin Yang <contact@yanglibin.info>
add Ford_Fulkerson Algorithm using dp

42bed5719557512012a13b23b691a571be8ffc86 authored about 6 years ago by SunggyuLee <sq0216@gmail.com>
recommand scanner method

4f07881c425585bbe1fae9b2438146bfe9fd07c1 authored about 6 years ago by SunggyuLee <sq0216@gmail.com>
Merge pull request #659 from Mihir-Hindocha/patch-1

update README.md

8a18020f50d5d8e634fa36ede27170330ecfb4eb authored about 6 years ago by Libin Yang <contact@yanglibin.info>
update README.md

The link to the HashMap.java was broken. Directory changed from DataStructures/Hashmap/HashMap.j...

eb67cca42b307b3cd46a51a3cea687851339028e authored about 6 years ago by Mihir Hindocha <Mihir-Hindocha@users.noreply.github.com>
Merge pull request #658 from SunggyuLee/master

Update README.md

8a3df4a160c55df98d698f8c810fd712819ffbc1 authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update README.md

duplicate description about shell sort and deleted one.

15e1ae94298310537c3bbe21083cb2acf44a77d7 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Merge pull request #657 from SunggyuLee/master

translate README-ko + found wrong word in README

a30be78a2d6da19330221ebf0d2a21244e2d1d3a authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Merge branch 'master' into master

3c97292d3ad67dbe9c6c2e75e67ca08d5d1dd54b authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update README-ko.md

tranlation finish

4f0e0edbfb10fbc9374056b210713c0b285cb1de authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README.md

delete duplicate description about shell sort

68e704d3922435048e7ce585a1ad5237c663241d authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README.md

1d531d1ca5782f2c41bbc886ce2b72ec108e4114 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

88f992f6021bebf73883b4b571f27a751b8f584f authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

~binary search

377d9de301e08003a4b3458dcbd97264ec3f5327 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

~linear sesarch

c3bce80b14c85580f23beda2664d00c0b5b92118 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README.md

fix word

23f0342499a78119b42710fb3b80ebb0b425d708 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

~shell

cbd3ac6ea9a17728743feb292dc83aa07969728a authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

~selection sort

4723e5fbe7eb877c75286be1e84c12ad0616535c authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Update README-ko.md

~merge

a607bb956118e5862455ad70669fdeddcef47f46 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Merge pull request #591 from emily-gong/patch-1

update README style and fixed minor issues

31df8a25d7a6f14b1b9c26750431d0c107e925ff authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Merge pull request #654 from SunggyuLee/master

Translate README to Korean Language

6d1668bf687cfaf6ec27b52aa9a867a0a515dbe2 authored about 6 years ago by Varun Upadhyay <varun.u28@gmail.com>
README-ko translatie ~insertion sort

3167e87049eb5847f02a52586a94a2fe3d9e5848 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
README-kor translated till bubble sort

52961998f6451f276ed862d40eb829851f38b8d5 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
README-kor update 1

915410078442be230736ccbd7b7bc3b82bd9f9a1 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
translate readme into korean language

To help Korean Student Study Algorithm easier

80674d128dba62f281bda14aa3050d5e27af90e1 authored about 6 years ago by SunggyuLee <37533101+SunggyuLee@users.noreply.github.com>
Merge pull request #648 from themanchangechina/master

fix BinaryTree.java put method

217b85f04a60454980c0a335a3d0da38af3dd89b authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Merge pull request #649 from shoaibrayeen/patch-1

Optimized Version [Without Hashmap & recursion]

6218de047e2e4c22c63b187a176eb9308c68d75b authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Optimized Version [Without Hashmap & recursion]

21d8937baa0198563cd545639eaa20b298c63229 authored about 6 years ago by Shoaib Rayeen <shoaib.mca17.du@gmail.com>
fix BinaryTree.java put method#644

c4f7a45ed236fb1dd2d733b4a5d1863a2ff57145 authored about 6 years ago by 1700022814 <512620936@qq.com>
Restructured the repo

819b7fd3da89967b25ea14f85eda94119d9f545f authored about 6 years ago by varunu28 <varun.u28@gmail.com>
Merge pull request #608 from qckzr/patch-1, fix #607

Update README.md

fdc887ea6ff165316f54ff83ab716d1a7fd8e1f4 authored about 6 years ago by Libin Yang <contact@yanglibin.info>
Update README.md

Update average case of quicksort: n log n #607

a9502c276e55a7d0ecf5dfa36e10f834deecdc06 authored about 6 years ago by Hector S <hfsam88@gmail.com>
Merge pull request #599 from shivg7706/scheduling

added scheduling algorithm

2deeb8bd8595d06c73d8b77a6e0005d3faeed9de authored about 6 years ago by Libin Yang <contact@yanglibin.info>
documentation

1e27a5d0b1e8329aa45470085f680c2e42ecef88 authored about 6 years ago by shivg7706 <shivamgupta7706@gmail.com>
added description about algorithm

6092dfca7954f9b21364b668fba9d8fa731d3c4f authored about 6 years ago by shivg7706 <shivamgupta7706@gmail.com>
chnages

7fc41e87d74f7bde837678e21618f75ed631792c authored about 6 years ago by shivg7706 <shivamgupta7706@gmail.com>
added scheduling algorithm

203f006e9686f5c4948f38a53599ed072fac4e51 authored about 6 years ago by shivg7706 <shivamgupta7706@gmail.com>