- Notifications
You must be signed in to change notification settings - Fork 1.9k
Pull requests: phishman3579/java-algorithms-implementation
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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
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
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
Changes section name to "Graphs", adds Push-relabel to readme
#30 by mciancia was merged Feb 23, 2017 Loading… updated Feb 23, 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
Largest sum of contiguous subarray and Longest palindromic subsequence
#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
Previous Next
ProTip! Filter pull requests by the default branch with base:master.