Closed taijinlee closed 12 years ago
New thoughts:
repo can be hierarchically any way as long as the filename structure is {#}-{tag}-{tag}-...-{tag}.{ext}
python/1/1-bruteforce.py
ruby/45-naive-dynamicprogramming.rb
ruby/45-better-dynamicprogramming.rb
23-ingenious-algorithm.php
23-ingenious-algorithm.js
Ideally, we'll allow searching tags individually, and some "good" way of combining tags. maybe. we'll see.
Also need to somehow convey this in some instructions
Cool this actually works. Just need to make it look better in the future
My initial thoughts here are:
/euler/1/1.js
/euler/2/2.rb
/euler/n/n.ext
based on ext, we use different compilers / runtimes