Browse Source

tests/correct -> solutions #1

pull/768/head
xpetit 4 years ago
parent
commit
5105f19831
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 0
      test-go/solutions/btree.go
  2. 0
      test-go/solutions/challenge.go
  3. 0
      test-go/solutions/listat.go
  4. 0
      test-go/solutions/listclear.go
  5. 0
      test-go/solutions/listfind.go
  6. 0
      test-go/solutions/listforeach.go
  7. 0
      test-go/solutions/listforeachif.go
  8. 0
      test-go/solutions/listlast.go
  9. 0
      test-go/solutions/listmerge.go
  10. 0
      test-go/solutions/listpushback.go
  11. 0
      test-go/solutions/listpushfront.go
  12. 0
      test-go/solutions/listremoveif.go
  13. 0
      test-go/solutions/listreverse.go
  14. 0
      test-go/solutions/listsize.go
  15. 0
      test-go/solutions/listsort.go
  16. 0
      test-go/solutions/sortedlistmerge.go
  17. 0
      test-go/solutions/sortlistinsert.go

0
test-go/tests/correct/btree.go → test-go/solutions/btree.go

0
test-go/tests/correct/challenge.go → test-go/solutions/challenge.go

0
test-go/tests/correct/listat.go → test-go/solutions/listat.go

0
test-go/tests/correct/listclear.go → test-go/solutions/listclear.go

0
test-go/tests/correct/listfind.go → test-go/solutions/listfind.go

0
test-go/tests/correct/listforeach.go → test-go/solutions/listforeach.go

0
test-go/tests/correct/listforeachif.go → test-go/solutions/listforeachif.go

0
test-go/tests/correct/listlast.go → test-go/solutions/listlast.go

0
test-go/tests/correct/listmerge.go → test-go/solutions/listmerge.go

0
test-go/tests/correct/listpushback.go → test-go/solutions/listpushback.go

0
test-go/tests/correct/listpushfront.go → test-go/solutions/listpushfront.go

0
test-go/tests/correct/listremoveif.go → test-go/solutions/listremoveif.go

0
test-go/tests/correct/listreverse.go → test-go/solutions/listreverse.go

0
test-go/tests/correct/listsize.go → test-go/solutions/listsize.go

0
test-go/tests/correct/listsort.go → test-go/solutions/listsort.go

0
test-go/tests/correct/sortedlistmerge.go → test-go/solutions/sortedlistmerge.go

0
test-go/tests/correct/sortlistinsert.go → test-go/solutions/sortlistinsert.go

Loading…
Cancel
Save