Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

olligobber

1
Posts
1
Topics
1
Following
A member registered Nov 19, 2019

Recent community posts

(1 edit)

Some feedback:

  • Execution is slow, especially since my sorting program took 25 million cycles to run the test data
  • The IDE needs some work, like tab to indent
  • The jump in difficulty to the last exercise was extreme, maybe a lead in task like finding the minimum and maximum of two bytes would be good, see the exercise I defined
ordering
for every 2 input bytes, output the smallest first and the largest second
77 42 d2 80 21 01 8f 21 c2 0a 15 f5 3a be 7a b1 da 23 36 7d 2e 8e b0 ef 69 e3 7c 41 ff 43 93 97 65 f1 bc 67 91 2e 0c 68 89 71 78 19 ca 1c 1e 6e 85 e1 b6 f6 76 e4 a3 dc e4 8b ff a0 af f0 69 aa 05 d0 cd ae 85 ba c9 59 e6 d2 3a 51 62 d4 c2 dc 88 7b d2 94 d8 5b fe e6 5f 42 31 07 c1 5f 5b 51 4e 07 81 22
77 42 d2 80 21 01 8f 21 c2 0a f5 15 be 3a b1 7a da 23 7d 36 8e 2e ef b0 e3 69 7c 41 ff 43 97 93 f1 65 bc 67 91 2e 68 0c 89 71 78 19 ca 1c 6e 1e e1 85 f6 b6 e4 76 dc a3 e4 8b ff a0 f0 af aa 69 d0 05 cd ae ba 85 c9 59 e6 d2 51 3a d4 62 dc c2 88 7b d2 94 d8 5b fe e6 5f 42 31 07 c1 5f 5b 51 4e 07 81 22
  • The format for custom exercises is backwards, the list of sample inputs/outputs is the reverse order that the program receives/sends them in
  • Now I've finished sorting, what do I do with my life?