Now that I’ve finished CodeHunt the nagging question is: What’s next? I would like you opinion on that! I listed several options, but I’m sure you know others. Tell me what you think! Share this:
Time to say goodbye! The last task really was a trick question, which annoyed me quite a bit 🙁 Anyways, I’m done. I’m through. I’m 3rd. I’m CodeHunter! Quite exited to see what MSResearch has up the sleeves. Hope there will be new features and new levels soon. Hope you’ll […]
Another simple one. Would be even easier with LINQ-Reverse, but a naive String.reverse() implementation is not a challenge! ► 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 […]
Palindrome check! Ready, set, done. ► 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 Life: http://goo.gl/xc59GX ► Let’s Develop With Git in Eclipse: http://goo.gl/phqnDe ► Let’s Develop […]
Another task I originally solved with a 1-liner in C# and which I had to reimplement in Java, because C# editor broke for me… Anyways, idea is simple, solution is verbose, job’s done. ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An […]
I figured this one out quickly. I implemented it quickly, in C#. Now for the recording suddenly the C#-editor broke for me. Can’t fix it. Solved the task in Java instead. Quite verbose… does it give you the full skill rating? ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com […]
Did you ever write a program that required you to average characters? Well, I did now. Funny idea 🙂 ► 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 […]
This one took me quite some time to figure out. Main reason were the test cases that were not generated for the inputs I provided, which made it hard for be to find the pattern… the actual implementation was quite easy then. My algorithms teacher would kill me for the […]
Ok, while task 1 was a soft introduction, task 2 ended up quite hard. It was more luck than anything that I had the right idea (and wikipedia to look up the formula). ► All CodeHunt Episodes: http://goo.gl/WtTJ3L ► Let’s Develop! http://letsdeveloper.com ► Don’t Miss an Episode: http://goo.gl/whzDi1 «CodeHunt» An […]