Skip to content

forbesk/bbptec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bbptec

Bit Buckets Programming Team Entrance Challenge

To be completed by January 17th, 2015.
The Bit Buckets programming challenge is composed of four main sections:

  • Collaboration
    Tested through usage of git and github.com.
    First, clone this project. Then, complete the challenges below.
    Finally, upload your submission as a private repository to github under your account (create one if you haven't).
    Email Kevin your code at forbesk@email.arizona.edu.
  • Reading
    Tested by detailed commenting of a program line-by-line.
    There is a java file in /reading called WordGen.java.
    Your task is to provide a one-sentence comment on every line of the file describing
    what the line is doing.
  • Debugging
    Tested by spotting and correcting errors within a program.
    There are two files within /debugging: Palindrome.java and Primes.java
    A comment at the top of each file explains what the program should do when working.
    Your task is to fix the errors in the programs and get them working as expected.
    Note in a text file what changes you made to each program.
  • Writing
    Tested by writing a program to solve a problem.
    Your task is to write a program that will take the following as input:
    • Number of players
    • Number of Wiis
    • Number of games
    and generate a match schedule for the upcoming Super Smash Bros Brawl tournament.
    Players should be denoted by numbers.
    The output should list which players are assigned to which Wiis for each match number.
    Name the main class SSBBScheduler (Super Smash Bros Brawl Scheduler).

About

Bit Buckets Programming Team Entrance Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages