summaryrefslogtreecommitdiffstats
path: root/Algorithms
AgeCommit message (Collapse)AuthorFilesLines
2013-11-15Algorithms-I : 5-KdTrees: add Speed.javaalgs-IJérémy Zurcher2-1/+45
2013-11-15Algorithms-I : 5-KdTrees: nearest must use local variablesJérémy Zurcher1-21/+23
2013-11-15Algorithms-I : 5-KdTrees: super fastJérémy Zurcher1-37/+35
2013-11-15Algorithms-I : 5-KdTrees: create NearestChampion at KdTree initJérémy Zurcher1-1/+4
2013-11-15Algorithms-I : 5-KdTrees: speed up mathsJérémy Zurcher2-10/+10
2013-11-15Algorithms-I : 5-KdTrees: fix null pointer in KdTreeJérémy Zurcher1-3/+10
2013-11-15Algorithms-I : 5-kdtrees: implement KdTreeJérémy Zurcher1-5/+202
2013-11-15Algorithms-I : 5-kdtrees: implement PointSETJérémy Zurcher1-5/+29
2013-11-15Algorithms-I : 5-KdTrees: update scriptsJérémy Zurcher4-3/+10120
2013-11-15Algorithms-I : 5-KdTrees: add input data filesJérémy Zurcher2-0/+1100000
2013-11-15Algorithms-I : 5-KdTrees: added, to be completedJérémy Zurcher7-0/+399
2013-11-15Algorithms-I : 4-Puzzle: implement SolverJérémy Zurcher1-6/+162
2013-11-15Algorithms-I : 4-puzzle: rewrite the way swap is done in BoardJérémy Zurcher1-25/+48
2013-11-15Algorithms-I : 4-Puzzle: add skeleton Solver and implemented BoardJérémy Zurcher2-0/+206
2013-11-15Algorithms-I : 4-Puzzle: add with testsJérémy Zurcher5-0/+50
2013-11-15Algorithms-I : 3-Collinear: fix main iteration loop indexes -> 100%Jérémy Zurcher1-1/+1
2013-11-15Algorithms-I : 3-Collinear: add horizontal5.txtJérémy Zurcher2-0/+22
2013-11-15Algorithms-I : 3-Collinear: speed and sub segments fixedJérémy Zurcher2-79/+62
2013-11-15Algorithms-I : 3-Collinear: oops I've broken itJérémy Zurcher1-1/+1
2013-11-15Algorithms-I : 3-Collinear: hide apiJérémy Zurcher1-2/+2
2013-11-15Algorithms-I : 3-Collinear: update run and add testsJérémy Zurcher6-5/+11866
2013-11-15Algorithms-I : 3-Collinear: cosmeticJérémy Zurcher1-4/+6
2013-11-15Algorithms-I : 3-Collinear: major computation speed upJérémy Zurcher1-88/+84
2013-11-15Algorithms-I : 3-Collinear: fix slope orderJérémy Zurcher1-1/+1
2013-11-15Algorithms-I : 3-Collinear: first submission, Fast is slow ;)Jérémy Zurcher6-0/+395
2013-11-15Algorithms-I : 2-Randomized_Queues_Deques: finishedJérémy Zurcher4-25/+168
2013-11-15Algorithms-I : 2-Randomized_Queues_Deques: add Deque.javaJérémy Zurcher1-0/+118
2013-11-15Algorithms-I : 1-Percolation: update run.shJérémy Zurcher1-4/+7
2013-11-15Algorithms-I : 1-Percolation: fix isFull()Jérémy Zurcher1-14/+49
- need 2 WeightedQuickUnionUF - 1 to implement percolates, uses top and bottom virtual sites - 1 to implement isFull, uses only top virtual site
2013-11-15Algorithms-I : 1-Percolation: I stupidly inverted (i,j) coordinatesJérémy Zurcher1-9/+9
2013-11-15Algorithms-I : 1-Percolation: use boolean instead of byteJérémy Zurcher1-14/+14
2013-11-15Algorithms-I : 1-Percolation: add run.shJérémy Zurcher1-0/+18
2013-11-15Algorithms-I : 1-Percolation: app PercolationStats.javaJérémy Zurcher1-0/+72
2013-11-15Algorithms-I : 1-Percolation: add PercolationJZU.javaJérémy Zurcher1-0/+103
2013-11-15Algorithms-I : 1-Percolation: use WeightedQuickUnionUF from algs4.jarJérémy Zurcher1-62/+55
2013-11-15Algorithms-I : 1-Percolation: add Percolation.javaJérémy Zurcher1-0/+72
2013-11-15Algorithms : Initial commitJérémy Zurcher2-0/+55