Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 2.58 KB

README.md

File metadata and controls

41 lines (34 loc) · 2.58 KB

CHS's Algorithm Competition Repository

This repository contains source code to all the competitions the Centennial High School UIL Computer Science Team participated in. At moments the UIL team was not together, the team Arham Siddiqui participated with had their source code put in to this repository.

Setup

To set the source code for a respective competition, clone the repository (or download the repository as a ZIP using by the GitHub interface) and make a new project using the existing source code at a folder. Each competition folder is designed in a way to allow for one to simply create a project and start programming.

Data input files are placed at the root of each competition folder as per how IntelliJ's file input stream routes to reading them. It is important to acknowledge that many IDEs, such as BlueJ and Eclipse, have their file input stream route to the src directory rather than the root of the project, so proper measures must be taken to counter a FileNotFoundException.

Contributors

Thank you to all the following members of the CHS Computer Science Club for participating in these competitions and for allowing their hard work to be shown as a reference for the future viewing this source code:

CHS UIL Computer Science Team Members

The following is a list of UIL teams from CHS from latest to oldest since the formation of this repository and a small list of accomplishments by the team or individual team members:

  • 2018/2019: Arham Siddiqui (Team Captain), Devon Kelly, Nathan Puskuri, and Dinesh Polisetty (test-taker)
    • Second place at Liberty HS - UIL District (2018-2019)
    • Fifth place at Prosper HS - UIL Regionals (2018-2019)
    • Arham Siddiqui - first place at Liberty HS - UIL District (2018-2019) individual written exam
  • 2017/2018: Emily Peterson (Team Captain), Rhythm Garg, Arham Siddiqui, and Devon Kelly (test-taker)
    • First place at Wakeland HS - UIL District (2017-2018)
    • Second place at Prosper HS - UIL Regionals (2017-2018)
    • Fifth place at UT - UIL State (2017-2018)
    • Emily Peterson - third place at Wakeland HS - UIL District (2017-2018) individual written exam
    • Emily Peterson - third place at Prosper HS - UIL Regionals (2017-2018) individual written exam