Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
11–20 of 35 posts
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#12Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#13You are given about 10 lines of code and need to change one line to make it correct. The problems are things like binary search, topological sort, shortest paths, etc.
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#14Would it be possible to show some examples on the page? Like previously corrected bugs?
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#15Would it be possible to show some examples on the page? Like previously corrected bugs?
Good idea. Check out the video here: http://blog.quixey.com/2011/10/03/quixey-challenge/
$100 bucks, I could need those.
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#16I don't know if people saw this or not but a while back Instagram had a programming challenge inspired by the Darpa Shredder Challenge. They were offering a t-shirt for correct solutions and promised explicitly that every solution would get a personal response. They got more entries than they were expecting and didn't give t-shirts to everyone (which is somewhat understandable). What is much worse is that they didn't even bother to respond to correct solutions. I spent over an hour on it (including the bonus part) and they couldn't even send me a copy and pasted letter of something like "Thanks for playing! We got more attention than we expected and won't be able to give you a t-shirt but we do appreciate you playing." I would never consider working for a company that would respond to an unexpected number of solicited entries by simply ignoring them. I doubt that I'm the only person who was permanently turned off about Instagram by having my email and solution simply deleted without being looked at or responded to.
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#17Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#18Maybe it's just me, but I don't think you should have to sign-in to do the practices.
Re: Quixey Challenge: Fix a bug in 1 minute to win $100. Refer a winner to win $50.
#19I tried the practices, and I didn't like it because they don't provide sample input, and you can't test your changes in browser. Most of my seconds are spent copying and pasting, and setting up sample input. I guess other people are more perfect typists, but I make typos and so my solutions were often wrong if I didn't test them.