Skip to content

Pull requests: phishman3579/java-algorithms-implementation

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Small fix in IntervalTree.
#3 by cinquin was merged Sep 22, 2014 Loading… updated Sep 23, 2014
Adding a recursive range query method to the KdTree class.
#1 by antoniocavalcante was closed Sep 24, 2014 Loading… updated Sep 24, 2014
Make IntervalTreeTests more stringent: check that query results do not c...
#4 by cinquin was merged Sep 24, 2014 Loading… updated Sep 24, 2014
Update BinaryHeap.java
#6 by nirro01 was merged Jan 14, 2015 Loading… updated Jan 14, 2015
Switch to using HashSet rather than TreeSet internally, so that the i…
#8 by cinquin was merged May 9, 2015 Loading… updated May 9, 2015
corrected sieveOfEratosthenes, added test case
#13 by pterodragon was merged Oct 21, 2015 Loading… updated Oct 21, 2015
KD-trees should be iterable
#14 by jolkdarr was merged Nov 21, 2015 Loading… updated Nov 21, 2015
Push relabel
#18 by wodomierz was merged Sep 2, 2016 Loading… updated Sep 2, 2016
Update List.java
#22 by samyanez94 was merged Jan 27, 2017 Loading… updated Jan 27, 2017
Added Kurskal's algorithm
#23 by arytmetyk was merged Feb 19, 2017 Loading… updated Feb 19, 2017
Longest increasing subsequence
#24 by arytmetyk was merged Feb 20, 2017 Loading… updated Feb 20, 2017
Implementation of KMP algorithm
#25 by SzymonStankiewicz was merged Feb 20, 2017 Loading… updated Feb 20, 2017
Euler's totient function and greatest common divisor
#27 by SzymonStankiewicz was merged Feb 22, 2017 Loading… updated Feb 22, 2017
Adding multiplication using FFT
#26 by mciancia was merged Feb 22, 2017 Loading… updated Feb 22, 2017
Adding recursive permutations generating
#28 by laucer was merged Feb 22, 2017 Loading… updated Feb 22, 2017
Adding matrix operations
#29 by laucer was closed Feb 22, 2017 Loading… updated Feb 22, 2017
Changes section name to "Graphs", adds Push-relabel to readme
#30 by mciancia was merged Feb 23, 2017 Loading… updated Feb 23, 2017
Modular arithmetic
#32 by SzymonStankiewicz was merged Feb 25, 2017 Loading… updated Feb 25, 2017
Modular arithmetic
#31 by SzymonStankiewicz was closed Feb 25, 2017 Loading… updated Feb 25, 2017
Lexicographically minimal/maximal string rotation
#34 by SzymonStankiewicz was merged Feb 26, 2017 Loading… updated Feb 26, 2017
adding matrix identity method + tests
#33 by laucer was merged Feb 26, 2017 Loading… updated Feb 26, 2017
Adds Edmonds-Karp algorithm
#35 by mciancia was merged Mar 17, 2017 Loading… updated Mar 17, 2017
Largest sum of contiguous subarray and Longest palin­dromic sub­se­quence
#36 by MiguelSteph was merged Mar 17, 2017 Loading… updated Mar 17, 2017
Added multiply using loop with string input.
#37 by codechefamit was merged Mar 23, 2017 Loading… updated Mar 31, 2017
Added PR template in repo
#41 by jitendra3109 was merged Apr 12, 2017 Loading… updated Apr 12, 2017
ProTip! Filter pull requests by the default branch with base:master.