Explore >> Select a destination


You are here

louisabraham.github.io
| | qsantos.fr
3.1 parsecs away

Travel
| |
| | jaketae.github.io
6.7 parsecs away

Travel
| | Update: The code was modified with further optimizations. In particular, instead of checking the trie per every DFS call, we update the trie pointer along the DFS call so that the trie does not have to be queried repeatedly.
| | kevinkle.in
4.1 parsecs away

Travel
| | I modeled solving a Sudoku board as a constraint optimization problem.
| | blog.martinig.ch
23.6 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to