Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-15 | Algorithms : Initial commit | Jérémy Zurcher | 2 | -0/+55 |