Old Content:
Programming Review/Skilltest
February 2, 2009 by Kyle BradyTags: Code, Code Samples, Full Code Release, Java
As required by the FTC, a Full Disclosure is available - this piece adheres to the Code of Ethics
And I decided I'm going to post all code for all classes this semester.
So, here they are. All 5 problem statements, the given JavaDocs, and the resulting code that passed the robot-evaluation. They're in "just class" format, and should be implementable (to a certain extent) as a "plug and play" class - assuming you follow the correct input parameters.
All code is now available via SVN, and a web browsing utility:
TwoSquaresTicTacToe
ClosestPoints
DuplicateSubstring
Sudoku
Note: I am not advocating using this code in place of doing your own homework, or in any situation other than pure interest. However, in the event that you do, I am not responsible for any resultant issues (legal, moral, or ethical) that may arise. Finally, I am not presenting these as perfect cases, the best way to approach the problems, nor the fastest. They are, simply, viable solutions.
--- --- ---
Update (2/3/09 12:30pm PST): While I can't see online who passed or failed, you can see anonymized data on the same question. Out of the 70 or so people that wanted to be in the class, only 11 people didn't make it. But last night as of writing this, only ~70% had...
Kyle can be found on Twitter and MySpace, or reached via email.





