Browse Source

Separate functions and programs

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
27c648a185
  1. 0
      tests/go/func/correct/abort.go
  2. 0
      tests/go/func/correct/activebits.go
  3. 0
      tests/go/func/correct/addlinkednumbers.go
  4. 0
      tests/go/func/correct/advancedsortwordarr.go
  5. 0
      tests/go/func/correct/alphacount.go
  6. 0
      tests/go/func/correct/any.go
  7. 0
      tests/go/func/correct/appendrange.go
  8. 0
      tests/go/func/correct/atoi.go
  9. 0
      tests/go/func/correct/atoibase.go
  10. 0
      tests/go/func/correct/basicatoi.go
  11. 0
      tests/go/func/correct/basicatoi2.go
  12. 0
      tests/go/func/correct/basicjoin.go
  13. 0
      tests/go/func/correct/btree.go
  14. 0
      tests/go/func/correct/capitalize.go
  15. 0
      tests/go/func/correct/challenge.go
  16. 0
      tests/go/func/correct/changeorder.go
  17. 0
      tests/go/func/correct/chunk.go
  18. 0
      tests/go/func/correct/collatzcountdown.go
  19. 0
      tests/go/func/correct/compact.go
  20. 0
      tests/go/func/correct/compare.go
  21. 0
      tests/go/func/correct/concat.go
  22. 0
      tests/go/func/correct/concatparams.go
  23. 0
      tests/go/func/correct/convertbase.go
  24. 0
      tests/go/func/correct/countif.go
  25. 0
      tests/go/func/correct/createelem.go
  26. 0
      tests/go/func/correct/divmod.go
  27. 0
      tests/go/func/correct/doppelganger.go
  28. 0
      tests/go/func/correct/eightqueens.go
  29. 0
      tests/go/func/correct/enigma.go
  30. 0
      tests/go/func/correct/fib.go
  31. 0
      tests/go/func/correct/fibonacci.go
  32. 0
      tests/go/func/correct/findnextprime.go
  33. 0
      tests/go/func/correct/findprevprime.go
  34. 0
      tests/go/func/correct/firstrune.go
  35. 0
      tests/go/func/correct/foldint.go
  36. 0
      tests/go/func/correct/foreach.go
  37. 0
      tests/go/func/correct/game23.go
  38. 0
      tests/go/func/correct/halfcontest.go
  39. 0
      tests/go/func/correct/index.go
  40. 0
      tests/go/func/correct/interestingnumber.go
  41. 0
      tests/go/func/correct/inverttree.go
  42. 0
      tests/go/func/correct/isalpha.go
  43. 0
      tests/go/func/correct/isanagram.go
  44. 0
      tests/go/func/correct/islower.go
  45. 0
      tests/go/func/correct/isnegative.go
  46. 0
      tests/go/func/correct/isnumeric.go
  47. 0
      tests/go/func/correct/isprime.go
  48. 0
      tests/go/func/correct/isprintable.go
  49. 0
      tests/go/func/correct/issorted.go
  50. 0
      tests/go/func/correct/isupper.go
  51. 0
      tests/go/func/correct/iterativefactorial.go
  52. 0
      tests/go/func/correct/iterativepower.go
  53. 0
      tests/go/func/correct/itoa.go
  54. 0
      tests/go/func/correct/itoabase.go
  55. 0
      tests/go/func/correct/join.go
  56. 0
      tests/go/func/correct/lastrune.go
  57. 0
      tests/go/func/correct/lcm.go
  58. 0
      tests/go/func/correct/listat.go
  59. 0
      tests/go/func/correct/listclear.go
  60. 0
      tests/go/func/correct/listfind.go
  61. 0
      tests/go/func/correct/listforeach.go
  62. 0
      tests/go/func/correct/listforeachif.go
  63. 0
      tests/go/func/correct/listlast.go
  64. 0
      tests/go/func/correct/listmerge.go
  65. 0
      tests/go/func/correct/listpushback.go
  66. 0
      tests/go/func/correct/listpushfront.go
  67. 0
      tests/go/func/correct/listremoveif.go
  68. 0
      tests/go/func/correct/listreverse.go
  69. 0
      tests/go/func/correct/listsize.go
  70. 0
      tests/go/func/correct/listsort.go
  71. 0
      tests/go/func/correct/makerange.go
  72. 0
      tests/go/func/correct/map.go
  73. 0
      tests/go/func/correct/max.go
  74. 0
      tests/go/func/correct/merge.go
  75. 0
      tests/go/func/correct/nauuo.go
  76. 0
      tests/go/func/correct/nrune.go
  77. 0
      tests/go/func/correct/pilot.go
  78. 0
      tests/go/func/correct/pointone.go
  79. 0
      tests/go/func/correct/printchessboard.go
  80. 0
      tests/go/func/correct/printcomb.go
  81. 0
      tests/go/func/correct/printcomb2.go
  82. 0
      tests/go/func/correct/printcombn.go
  83. 0
      tests/go/func/correct/printmemory.go
  84. 0
      tests/go/func/correct/printnbr.go
  85. 0
      tests/go/func/correct/printnbrbase.go
  86. 0
      tests/go/func/correct/printnbrinorder.go
  87. 0
      tests/go/func/correct/printstr.go
  88. 0
      tests/go/func/correct/printwordstables.go
  89. 0
      tests/go/func/correct/priorprime.go
  90. 0
      tests/go/func/correct/raid1a.go
  91. 0
      tests/go/func/correct/raid1b.go
  92. 0
      tests/go/func/correct/raid1c.go
  93. 0
      tests/go/func/correct/raid1d.go
  94. 0
      tests/go/func/correct/raid1e.go
  95. 0
      tests/go/func/correct/reachablenumber.go
  96. 0
      tests/go/func/correct/recursivefactorial.go
  97. 0
      tests/go/func/correct/recursivepower.go
  98. 0
      tests/go/func/correct/reduceint.go
  99. 0
      tests/go/func/correct/reverse.go
  100. 0
      tests/go/func/correct/reversebits.go
  101. Some files were not shown because too many files changed in this diff diff.show_more

0
tests/go/solutions/abort.go → tests/go/func/correct/abort.go

0
tests/go/solutions/activebits.go → tests/go/func/correct/activebits.go

0
tests/go/solutions/addlinkednumbers.go → tests/go/func/correct/addlinkednumbers.go

0
tests/go/solutions/advancedsortwordarr.go → tests/go/func/correct/advancedsortwordarr.go

0
tests/go/solutions/alphacount.go → tests/go/func/correct/alphacount.go

0
tests/go/solutions/any.go → tests/go/func/correct/any.go

0
tests/go/solutions/appendrange.go → tests/go/func/correct/appendrange.go

0
tests/go/solutions/atoi.go → tests/go/func/correct/atoi.go

0
tests/go/solutions/atoibase.go → tests/go/func/correct/atoibase.go

0
tests/go/solutions/basicatoi.go → tests/go/func/correct/basicatoi.go

0
tests/go/solutions/basicatoi2.go → tests/go/func/correct/basicatoi2.go

0
tests/go/solutions/basicjoin.go → tests/go/func/correct/basicjoin.go

0
tests/go/solutions/btree.go → tests/go/func/correct/btree.go

0
tests/go/solutions/capitalize.go → tests/go/func/correct/capitalize.go

0
tests/go/solutions/challenge.go → tests/go/func/correct/challenge.go

0
tests/go/solutions/changeorder.go → tests/go/func/correct/changeorder.go

0
tests/go/solutions/chunk.go → tests/go/func/correct/chunk.go

0
tests/go/solutions/collatzcountdown.go → tests/go/func/correct/collatzcountdown.go

0
tests/go/solutions/compact.go → tests/go/func/correct/compact.go

0
tests/go/solutions/compare.go → tests/go/func/correct/compare.go

0
tests/go/solutions/concat.go → tests/go/func/correct/concat.go

0
tests/go/solutions/concatparams.go → tests/go/func/correct/concatparams.go

0
tests/go/solutions/convertbase.go → tests/go/func/correct/convertbase.go

0
tests/go/solutions/countif.go → tests/go/func/correct/countif.go

0
tests/go/solutions/createelem.go → tests/go/func/correct/createelem.go

0
tests/go/solutions/divmod.go → tests/go/func/correct/divmod.go

0
tests/go/solutions/doppelganger.go → tests/go/func/correct/doppelganger.go

0
tests/go/solutions/eightqueens.go → tests/go/func/correct/eightqueens.go

0
tests/go/solutions/enigma.go → tests/go/func/correct/enigma.go

0
tests/go/solutions/fib.go → tests/go/func/correct/fib.go

0
tests/go/solutions/fibonacci.go → tests/go/func/correct/fibonacci.go

0
tests/go/solutions/findnextprime.go → tests/go/func/correct/findnextprime.go

0
tests/go/solutions/findprevprime.go → tests/go/func/correct/findprevprime.go

0
tests/go/solutions/firstrune.go → tests/go/func/correct/firstrune.go

0
tests/go/solutions/foldint.go → tests/go/func/correct/foldint.go

0
tests/go/solutions/foreach.go → tests/go/func/correct/foreach.go

0
tests/go/solutions/game23.go → tests/go/func/correct/game23.go

0
tests/go/solutions/halfcontest.go → tests/go/func/correct/halfcontest.go

0
tests/go/solutions/index.go → tests/go/func/correct/index.go

0
tests/go/solutions/interestingnumber.go → tests/go/func/correct/interestingnumber.go

0
tests/go/solutions/inverttree.go → tests/go/func/correct/inverttree.go

0
tests/go/solutions/isalpha.go → tests/go/func/correct/isalpha.go

0
tests/go/solutions/isanagram.go → tests/go/func/correct/isanagram.go

0
tests/go/solutions/islower.go → tests/go/func/correct/islower.go

0
tests/go/solutions/isnegative.go → tests/go/func/correct/isnegative.go

0
tests/go/solutions/isnumeric.go → tests/go/func/correct/isnumeric.go

0
tests/go/solutions/isprime.go → tests/go/func/correct/isprime.go

0
tests/go/solutions/isprintable.go → tests/go/func/correct/isprintable.go

0
tests/go/solutions/issorted.go → tests/go/func/correct/issorted.go

0
tests/go/solutions/isupper.go → tests/go/func/correct/isupper.go

0
tests/go/solutions/iterativefactorial.go → tests/go/func/correct/iterativefactorial.go

0
tests/go/solutions/iterativepower.go → tests/go/func/correct/iterativepower.go

0
tests/go/solutions/itoa.go → tests/go/func/correct/itoa.go

0
tests/go/solutions/itoabase.go → tests/go/func/correct/itoabase.go

0
tests/go/solutions/join.go → tests/go/func/correct/join.go

0
tests/go/solutions/lastrune.go → tests/go/func/correct/lastrune.go

0
tests/go/solutions/lcm.go → tests/go/func/correct/lcm.go

0
tests/go/solutions/listat.go → tests/go/func/correct/listat.go

0
tests/go/solutions/listclear.go → tests/go/func/correct/listclear.go

0
tests/go/solutions/listfind.go → tests/go/func/correct/listfind.go

0
tests/go/solutions/listforeach.go → tests/go/func/correct/listforeach.go

0
tests/go/solutions/listforeachif.go → tests/go/func/correct/listforeachif.go

0
tests/go/solutions/listlast.go → tests/go/func/correct/listlast.go

0
tests/go/solutions/listmerge.go → tests/go/func/correct/listmerge.go

0
tests/go/solutions/listpushback.go → tests/go/func/correct/listpushback.go

0
tests/go/solutions/listpushfront.go → tests/go/func/correct/listpushfront.go

0
tests/go/solutions/listremoveif.go → tests/go/func/correct/listremoveif.go

0
tests/go/solutions/listreverse.go → tests/go/func/correct/listreverse.go

0
tests/go/solutions/listsize.go → tests/go/func/correct/listsize.go

0
tests/go/solutions/listsort.go → tests/go/func/correct/listsort.go

0
tests/go/solutions/makerange.go → tests/go/func/correct/makerange.go

0
tests/go/solutions/map.go → tests/go/func/correct/map.go

0
tests/go/solutions/max.go → tests/go/func/correct/max.go

0
tests/go/solutions/merge.go → tests/go/func/correct/merge.go

0
tests/go/solutions/nauuo.go → tests/go/func/correct/nauuo.go

0
tests/go/solutions/nrune.go → tests/go/func/correct/nrune.go

0
tests/go/solutions/pilot.go → tests/go/func/correct/pilot.go

0
tests/go/solutions/pointone.go → tests/go/func/correct/pointone.go

0
tests/go/solutions/printchessboard.go → tests/go/func/correct/printchessboard.go

0
tests/go/solutions/printcomb.go → tests/go/func/correct/printcomb.go

0
tests/go/solutions/printcomb2.go → tests/go/func/correct/printcomb2.go

0
tests/go/solutions/printcombn.go → tests/go/func/correct/printcombn.go

0
tests/go/solutions/printmemory.go → tests/go/func/correct/printmemory.go

0
tests/go/solutions/printnbr.go → tests/go/func/correct/printnbr.go

0
tests/go/solutions/printnbrbase.go → tests/go/func/correct/printnbrbase.go

0
tests/go/solutions/printnbrinorder.go → tests/go/func/correct/printnbrinorder.go

0
tests/go/solutions/printstr.go → tests/go/func/correct/printstr.go

0
tests/go/solutions/printwordstables.go → tests/go/func/correct/printwordstables.go

0
tests/go/solutions/priorprime.go → tests/go/func/correct/priorprime.go

0
tests/go/solutions/raid1a.go → tests/go/func/correct/raid1a.go

0
tests/go/solutions/raid1b.go → tests/go/func/correct/raid1b.go

0
tests/go/solutions/raid1c.go → tests/go/func/correct/raid1c.go

0
tests/go/solutions/raid1d.go → tests/go/func/correct/raid1d.go

0
tests/go/solutions/raid1e.go → tests/go/func/correct/raid1e.go

0
tests/go/solutions/reachablenumber.go → tests/go/func/correct/reachablenumber.go

0
tests/go/solutions/recursivefactorial.go → tests/go/func/correct/recursivefactorial.go

0
tests/go/solutions/recursivepower.go → tests/go/func/correct/recursivepower.go

0
tests/go/solutions/reduceint.go → tests/go/func/correct/reduceint.go

0
tests/go/solutions/reverse.go → tests/go/func/correct/reverse.go

0
tests/go/solutions/reversebits.go → tests/go/func/correct/reversebits.go

Some files were not shown because too many files changed in this diff diff.show_more

Loading…
Cancel
Save