issues
search
coilysiren
/
algo-zone
pronounced like "auto zone", a place for figuring out algorithms
11
stars
0
forks
source link
Go bubble sort
#43
Closed
coilysiren
closed
4 years ago
coilysiren
commented
4 years ago
Changes
add go bubble sort
change the go script invoker to use a test runner, since we cant use multiple
main
functions
change the input and output paths to be specific via environment variables, since CLI arguments won't work with go's test runner
update all of the test scripts to use environment variables (ugh)
remove the now outdated interface info from the readme
Changes
main
functions