.. |
solutions
|
Remove final new line from displayfile
|
5 years ago |
Dockerfile
|
Use lighter docker images (Alpine < Debian)
|
5 years ago |
abort_test.go
|
Externalize tests
|
5 years ago |
activebits_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
advancedsortwordarr_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
alphacount_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
any_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
appendrange_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
atoi_test.go
|
Externalize tests
|
5 years ago |
atoibase_test.go
|
Externalize tests
|
5 years ago |
atoibaseprog_test.go
|
Externalize tests
|
5 years ago |
basicatoi2_test.go
|
Externalize tests
|
5 years ago |
basicatoi_test.go
|
Externalize tests
|
5 years ago |
basicjoin_test.go
|
Externalize tests
|
5 years ago |
benchmark_tests.sh
|
Modify benchmark accordingly to other scripts modifications
|
5 years ago |
boolean_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
btreeapplybylevel_test.go
|
Externalize tests
|
5 years ago |
btreeapplyinorder_test.go
|
Externalize tests
|
5 years ago |
btreeapplypostorder_test.go
|
Externalize tests
|
5 years ago |
btreeapplypreorder_test.go
|
Externalize tests
|
5 years ago |
btreedeletenode_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
btreeinsertdata_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
btreeisbinary_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreelevelcount_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreemax_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreemin_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreerotateleft_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreerotateright_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
btreesearchitem_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
btreetransplant_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
capitalize_test.go
|
Externalize tests
|
5 years ago |
cat_test.go
|
err.Error() => err
|
5 years ago |
clean.sh
|
Add clean script to tests to remove Go executables
|
5 years ago |
collatzcountdown_test.go
|
Externalize tests
|
5 years ago |
comcheck_test.go
|
Externalize tests
|
5 years ago |
compact_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
compare_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
concat_test.go
|
Externalize tests
|
5 years ago |
concatparams_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
convertbase_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
countif_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
createelem_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
displayfile_test.go
|
Refactor displayfile solution
|
5 years ago |
divmod_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
doop_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
eightqueens_test.go
|
Externalize tests
|
5 years ago |
enigma_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
entrypoint.sh
|
Externalize tests
|
5 years ago |
fibonacci_test.go
|
Externalize tests
|
5 years ago |
findnextprime_test.go
|
Externalize tests
|
5 years ago |
firstrune_test.go
|
Externalize tests
|
5 years ago |
fixthemain_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
flags_test.go
|
Externalize tests
|
5 years ago |
foreach_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
index_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
isalpha_test.go
|
Externalize tests
|
5 years ago |
islower_test.go
|
Externalize tests
|
5 years ago |
isnegative_test.go
|
Externalize tests
|
5 years ago |
isnumeric_test.go
|
Externalize tests
|
5 years ago |
isprime_test.go
|
Externalize tests
|
5 years ago |
isprintable_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
issorted_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
isupper_test.go
|
Externalize tests
|
5 years ago |
iterativefactorial_test.go
|
Externalize tests
|
5 years ago |
iterativepower_test.go
|
Externalize tests
|
5 years ago |
itoa_test.go
|
Externalize tests
|
5 years ago |
itoabase_test.go
|
Externalize tests
|
5 years ago |
join_test.go
|
mb:go x$ pwd
|
5 years ago |
lastrune_test.go
|
Externalize tests
|
5 years ago |
listat_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listclear_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
listfind_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
listforeach_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
listforeachif_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
listlast_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listmerge_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listpushback_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listpushfront_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listremoveif_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listreverse_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listsize_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
listsort_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
makerange_test.go
|
Externalize tests
|
5 years ago |
map_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
max_test.go
|
mb:go x$ pwd
|
5 years ago |
nbrconvertalpha_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
nrune_test.go
|
Externalize tests
|
5 years ago |
paramcount_test.go
|
Externalize tests
|
5 years ago |
pilot_test.go
|
mb:go x$ pwd
|
5 years ago |
point_test.go
|
Externalize tests
|
5 years ago |
pointone_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
printalphabet_test.go
|
mb:go x$ pwd
|
5 years ago |
printcomb2_test.go
|
Externalize tests
|
5 years ago |
printcomb_test.go
|
Externalize tests
|
5 years ago |
printcombn_test.go
|
Externalize tests
|
5 years ago |
printdigits_test.go
|
mb:go x$ pwd
|
5 years ago |
printnbr_test.go
|
Externalize tests
|
5 years ago |
printnbrbase_test.go
|
Externalize tests
|
5 years ago |
printnbrinorder_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
printparams_test.go
|
Externalize tests
|
5 years ago |
printprogramname_test.go
|
Make printprogramname subject, test & solution more consistent and slightly more difficult
|
5 years ago |
printreversealphabet_test.go
|
mb:go x$ pwd
|
5 years ago |
printstr_test.go
|
Externalize tests
|
5 years ago |
printwordstables_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
raid1a_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
raid1b_test.go
|
Externalize tests
|
5 years ago |
raid1c_test.go
|
Externalize tests
|
5 years ago |
raid1d_test.go
|
Externalize tests
|
5 years ago |
raid1e_test.go
|
Externalize tests
|
5 years ago |
raid2_test.go
|
mb:go x$ pwd
|
5 years ago |
raid3_test.go
|
Refactor raid3 test
|
5 years ago |
rectangle_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
recursivefactorial_test.go
|
Externalize tests
|
5 years ago |
recursivepower_test.go
|
Externalize tests
|
5 years ago |
revparams_test.go
|
mb:go x$ pwd
|
5 years ago |
rot14_test.go
|
Externalize tests
|
5 years ago |
rotatevowels_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
sortedlistmerge_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
sortintegertable_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
sortlist_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
sortlistinsert_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
sortparams_test.go
|
mb:go x$ pwd
|
5 years ago |
sortwordarr_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
split_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
splitwhitespaces_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
sqrt_test.go
|
Externalize tests
|
5 years ago |
strlen_test.go
|
Externalize tests
|
5 years ago |
strrev_test.go
|
Externalize tests
|
5 years ago |
swap_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
swapbits_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
tetrisoptimizer_test.go
|
Externalize tests
|
5 years ago |
tolower_test.go
|
Externalize tests
|
5 years ago |
toupper_test.go
|
Remove unnecessary empty lines and simplify code
|
5 years ago |
trimatoi_test.go
|
Externalize tests
|
5 years ago |
ultimatedivmod_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
ultimatepointone_test.go
|
Use Fatal instead of Error (to make the tests abort faster)
|
5 years ago |
unmatch_test.go
|
Externalize tests
|
5 years ago |
ztail_test.go
|
mb:go x$ pwd
|
5 years ago |