Code Hunt


More Caesar Code… I must confess I’m a little disappointed. My expectations for the “Cypher” sector were certainly higher. Now I’m through before it started! Tho good side: probably no more ASCII-table lookups 😉 â–º All CodeHunt Episodes: http://goo.gl/WtTJ3L â–º Let’s Develop! http://letsdeveloper.com â–º Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» […]

[LD] Code Hunt #41 – Cyphers – 13.03 to 13.04 ...


Caesar Code for the win! If only I could manage to keep that stupid ASCII table in mind… â–º All CodeHunt Episodes: http://goo.gl/WtTJ3L â–º Let’s Develop! http://letsdeveloper.com â–º Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game from Microsoft Research. https://codehunt.com «Other Series» â–º Let’s Develop Conway’s Game of […]

[LD] Code Hunt #40 – Cyphers – 13.01 to 13.02 ...


Sorting arrays is simple, but I find it a little disappointing how easy the actual solution is… Access to Arrays.sort() was prohibited in prior tasks. I think it should be here too. â–º All CodeHunt Episodes: http://goo.gl/WtTJ3L â–º Let’s Develop! http://letsdeveloper.com â–º Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational […]

[LD] Code Hunt #39 – Search Sort – 12.11 to ...





Counting occurrences and computing the index of elements in arrays. Rather simple tasks to get started with the Search Sort sector. â–º All CodeHunt Episodes: http://goo.gl/WtTJ3L â–º Let’s Develop! http://letsdeveloper.com â–º Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An educational coding game from Microsoft Research. https://codehunt.com «Other Series» â–º Let’s Develop […]

[LD] Code Hunt #34 – Search Sort – 12.01 to ...




Implementing value-replacement and some i’m-not-sure-what-purpose computation on arrays. The biggest challenge remains the allocation of arrays with previously unknown size, but we know the pattern from before. Again, the solution are quite long for CodeHunt. â–º All CodeHunt Episodes: http://goo.gl/WtTJ3L â–º Let’s Develop! http://letsdeveloper.com â–º Don’t Miss an Episode: http://goo.gl/whzDi1 […]

[LD] Code Hunt #36 – Search Sort – 12.06 to ...