You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Xavier Petit 101c5e8be5 Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
..
solutions Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
Dockerfile Use lighter docker images (Alpine < Debian) 4 years ago
abort_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
activebits_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
advancedsortwordarr_test.go Remove unnecessary empty lines and simplify code 4 years ago
alphacount_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
any_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
appendrange_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
atoi_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
atoibase_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
basicatoi2_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
basicatoi_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
basicjoin_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
benchmark_tests.sh Modify benchmark accordingly to other scripts modifications 4 years ago
btreeapplybylevel_test.go Externalize tests 4 years ago
btreeapplyinorder_test.go Externalize tests 4 years ago
btreeapplypostorder_test.go Externalize tests 4 years ago
btreeapplypreorder_test.go Externalize tests 4 years ago
btreedeletenode_test.go Remove unnecessary empty lines and simplify code 4 years ago
btreeinsertdata_test.go Remove unnecessary empty lines and simplify code 4 years ago
btreeisbinary_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreelevelcount_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreemax_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreemin_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreerotateleft_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreerotateright_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
btreesearchitem_test.go Remove unnecessary empty lines and simplify code 4 years ago
btreetransplant_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
capitalize_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
clean.sh Add clean script to tests to remove Go executables 4 years ago
collatzcountdown_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
compact_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
compare_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
concat_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
concatparams_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
convertbase_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
countif_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
createelem_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
divmod_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
eightqueens_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
enigma_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
entrypoint.sh Externalize tests 4 years ago
fibonacci_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
findnextprime_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
firstrune_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
foreach_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
index_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isalpha_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
islower_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isnegative_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isnumeric_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isprime_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isprintable_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
issorted_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
isupper_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
iterativefactorial_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
iterativepower_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
itoa_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
itoabase_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
join_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
lastrune_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
listat_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listclear_test.go Remove unnecessary empty lines and simplify code 4 years ago
listfind_test.go Remove unnecessary empty lines and simplify code 4 years ago
listforeach_test.go Remove unnecessary empty lines and simplify code 4 years ago
listforeachif_test.go Remove unnecessary empty lines and simplify code 4 years ago
listlast_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listmerge_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listpushback_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listpushfront_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listremoveif_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listreverse_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listsize_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
listsort_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
makerange_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
map_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
max_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
nrune_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
pointone_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
printcomb2_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printcomb_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printcombn_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printnbr_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printnbrbase_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printnbrinorder_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printprogramname_test.go Make printprogramname subject, test & solution more consistent and slightly more difficult 4 years ago
printstr_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
printwordstables_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid1a_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid1b_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid1c_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid1d_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid1e_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
raid3_test.go Refactor raid3 test 4 years ago
recursivefactorial_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
recursivepower_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
rot14_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
sortedlistmerge_test.go Remove unnecessary empty lines and simplify code 4 years ago
sortintegertable_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
sortlist_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
sortlistinsert_test.go Remove unnecessary empty lines and simplify code 4 years ago
sortwordarr_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
split_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
splitwhitespaces_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
sqrt_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
strlen_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
strrev_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
swap_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
swapbits_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
test_atoibaseprog.go Pass exercise name as an argument (no more magic) 4 years ago
test_boolean.go Pass exercise name as an argument (no more magic) 4 years ago
test_cat.go Abandon testing package for programs and remove exam exception (bis) 4 years ago
test_comcheck.go Pass exercise name as an argument (no more magic) 4 years ago
test_displayfile.go Pass exercise name as an argument (no more magic) 4 years ago
test_doop.go Pass exercise name as an argument (no more magic) 4 years ago
test_fixthemain.go Pass exercise name as an argument (no more magic) 4 years ago
test_flags.go Pass exercise name as an argument (no more magic) 4 years ago
test_nbrconvertalpha.go Pass exercise name as an argument (no more magic) 4 years ago
test_paramcount.go Pass exercise name as an argument (no more magic) 4 years ago
test_pilot.go Pass exercise name as an argument (no more magic) 4 years ago
test_point.go Pass exercise name as an argument (no more magic) 4 years ago
test_printalphabet.go Pass exercise name as an argument (no more magic) 4 years ago
test_printdigits.go Pass exercise name as an argument (no more magic) 4 years ago
test_printparams.go Pass exercise name as an argument (no more magic) 4 years ago
test_printreversealphabet.go Pass exercise name as an argument (no more magic) 4 years ago
test_raid2.go Pass exercise name as an argument (no more magic) 4 years ago
test_rectangle.go Pass exercise name as an argument (no more magic) 4 years ago
test_revparams.go Pass exercise name as an argument (no more magic) 4 years ago
test_rotatevowels.go Pass exercise name as an argument (no more magic) 4 years ago
test_sortparams.go Pass exercise name as an argument (no more magic) 4 years ago
tetrisoptimizer_test.go Externalize tests 4 years ago
tolower_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
toupper_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
trimatoi_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
ultimatedivmod_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
ultimatepointone_test.go Use Fatal instead of Error (to make the tests abort faster) 4 years ago
unmatch_test.go Abandon testing package for functions, pass exercise name as an argument (no more magic) 4 years ago
ztail_test.go mb:go x$ pwd 4 years ago