All of these problems I have solved individually. "Always Follow the Rules in Zombieland" and "A Smart Brain is a Tasty Brain" are from the 2010 contest. We have actually participated at the 2010 Pacific NW Regional ACM Programming Contest at Brigham Young University Hawaii on November 13, 2010. We have won the second place behind UH Hilo in the Hawaii site. Click here to see the contest website.

  1. Single Digit Adder

    Click here for the problem statement.

    Click here for the source code.

  2. Geek Challenge [SKRZAT] (Base Minus Two)

    Click here for the problem statement.

    Click here for the source code.

  3. The Navi-Computer is Down!

    Click here for the problem statement.

    Click here for the source code.

  4. The History of the Sith Rulers

    Click here for the problem statement.

    Click here for the source code.

  5. Always Follow the Rules in Zombieland

    Click here for the problem statement.

    Click here for the source code.

  6. A Smart Brain is a Tasty Brain

    Click here for the problem statement.

    Click here for the source code.

A software development environment is the set of tools used to create, test, and modify a program. I use SDK which can be downloaded free of charge for various hardware platforms from Sun's Java Web site, java.sun.com. Sun also has a Java IDE called NetBeans that incorporates the development tools of the SDK into one convenient GUI-based program. IBM promotes a similar IDE called Eclipse. A research group at Auburn University has developed jGRASP, a free Java IDE that can also be downloaded from jgrasp.com.

Go to Top of Page