index
:
coursera
algos
algs-I
algs-II
android
descrete
scala
[no description]
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Algorithms
/
Part-I
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
Algorithms-I : 5-KdTrees: add Speed.java
algs-I
Jérémy Zurcher
2
-1
/
+45
2013-11-15
Algorithms-I : 5-KdTrees: nearest must use local variables
Jérémy Zurcher
1
-21
/
+23
2013-11-15
Algorithms-I : 5-KdTrees: super fast
Jérémy Zurcher
1
-37
/
+35
2013-11-15
Algorithms-I : 5-KdTrees: create NearestChampion at KdTree init
Jérémy Zurcher
1
-1
/
+4
2013-11-15
Algorithms-I : 5-KdTrees: speed up maths
Jérémy Zurcher
2
-10
/
+10
2013-11-15
Algorithms-I : 5-KdTrees: fix null pointer in KdTree
Jérémy Zurcher
1
-3
/
+10
2013-11-15
Algorithms-I : 5-kdtrees: implement KdTree
Jérémy Zurcher
1
-5
/
+202
2013-11-15
Algorithms-I : 5-kdtrees: implement PointSET
Jérémy Zurcher
1
-5
/
+29
2013-11-15
Algorithms-I : 5-KdTrees: update scripts
Jérémy Zurcher
4
-3
/
+10120
2013-11-15
Algorithms-I : 5-KdTrees: add input data files
Jérémy Zurcher
2
-0
/
+1100000
2013-11-15
Algorithms-I : 5-KdTrees: added, to be completed
Jérémy Zurcher
7
-0
/
+399
2013-11-15
Algorithms-I : 4-Puzzle: implement Solver
Jérémy Zurcher
1
-6
/
+162
2013-11-15
Algorithms-I : 4-puzzle: rewrite the way swap is done in Board
Jérémy Zurcher
1
-25
/
+48
2013-11-15
Algorithms-I : 4-Puzzle: add skeleton Solver and implemented Board
Jérémy Zurcher
2
-0
/
+206
2013-11-15
Algorithms-I : 4-Puzzle: add with tests
Jérémy Zurcher
5
-0
/
+50
2013-11-15
Algorithms-I : 3-Collinear: fix main iteration loop indexes -> 100%
Jérémy Zurcher
1
-1
/
+1
2013-11-15
Algorithms-I : 3-Collinear: add horizontal5.txt
Jérémy Zurcher
2
-0
/
+22
2013-11-15
Algorithms-I : 3-Collinear: speed and sub segments fixed
Jérémy Zurcher
2
-79
/
+62
2013-11-15
Algorithms-I : 3-Collinear: oops I've broken it
Jérémy Zurcher
1
-1
/
+1
2013-11-15
Algorithms-I : 3-Collinear: hide api
Jérémy Zurcher
1
-2
/
+2
2013-11-15
Algorithms-I : 3-Collinear: update run and add tests
Jérémy Zurcher
6
-5
/
+11866
2013-11-15
Algorithms-I : 3-Collinear: cosmetic
Jérémy Zurcher
1
-4
/
+6
2013-11-15
Algorithms-I : 3-Collinear: major computation speed up
Jérémy Zurcher
1
-88
/
+84
2013-11-15
Algorithms-I : 3-Collinear: fix slope order
Jérémy Zurcher
1
-1
/
+1
2013-11-15
Algorithms-I : 3-Collinear: first submission, Fast is slow ;)
Jérémy Zurcher
6
-0
/
+395
2013-11-15
Algorithms-I : 2-Randomized_Queues_Deques: finished
Jérémy Zurcher
4
-25
/
+168
2013-11-15
Algorithms-I : 2-Randomized_Queues_Deques: add Deque.java
Jérémy Zurcher
1
-0
/
+118
2013-11-15
Algorithms-I : 1-Percolation: update run.sh
Jérémy Zurcher
1
-4
/
+7
2013-11-15
Algorithms-I : 1-Percolation: fix isFull()
Jérémy Zurcher
1
-14
/
+49
2013-11-15
Algorithms-I : 1-Percolation: I stupidly inverted (i,j) coordinates
Jérémy Zurcher
1
-9
/
+9
2013-11-15
Algorithms-I : 1-Percolation: use boolean instead of byte
Jérémy Zurcher
1
-14
/
+14
2013-11-15
Algorithms-I : 1-Percolation: add run.sh
Jérémy Zurcher
1
-0
/
+18
2013-11-15
Algorithms-I : 1-Percolation: app PercolationStats.java
Jérémy Zurcher
1
-0
/
+72
2013-11-15
Algorithms-I : 1-Percolation: add PercolationJZU.java
Jérémy Zurcher
1
-0
/
+103
2013-11-15
Algorithms-I : 1-Percolation: use WeightedQuickUnionUF from algs4.jar
Jérémy Zurcher
1
-62
/
+55
2013-11-15
Algorithms-I : 1-Percolation: add Percolation.java
Jérémy Zurcher
1
-0
/
+72