taijinlee / eulermarks

2 stars 2 forks source link

spec out what a github repo should look like #2

Closed taijinlee closed 12 years ago

taijinlee commented 12 years ago

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

taijinlee commented 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.

taijinlee commented 12 years ago

Also need to somehow convey this in some instructions

taijinlee commented 12 years ago

Cool this actually works. Just need to make it look better in the future