Skip to content

ishaantek/UCF-Programming-Contest

Repository files navigation

UCF High School Programming Contest 2024 (Div 2)

This repository contains Python solutions to all challenges from the UCF High School Programming Contest 2024 (Division 2). Each problem is organized into its own directory, with the problem name as the folder title and the solution file inside. These solutions earned First Place Champion honors in Division 2.

📂 Repository Structure

Each folder corresponds to a specific problem from the competition:

Folder Name Description
Clout Chasing Solution to the "Clout Chasing" problem.
DNA Sequences Solution to the "DNA Sequences" problem.
Mechanized Mob Solution to the "Mechanized Mob" problem.
Optical Illusion Solution to the "Optical Illusion" problem.
Palindromic Passwords Solution to the "Palindromic Passwords" problem.
Pizza Party Solution to the "Pizza Party" problem.
Super Cheetah Speedway Solution to the "Super Cheetah Speedway" problem.
The Ducks of Danger Island Solution to the "The Ducks of Danger Island" problem.
The Royal Wedding Solution to the "The Royal Wedding" problem.

🚀 How to Use

  1. Clone the repository:

git clone https://github.com/ishaantek/UCF-Programming-Contest.git cd UCF-Programming-Contest

  1. Navigate to a specific problem's directory: ex. cd 'Clout Chasing'

  2. Run the Python solution: ex. python clout.py

📜 About the Contest

The UCF High School Programming Contest is an annual event that challenges students to solve algorithmic problems under timed conditions. The contest is divided into multiple divisions, and this repository contains solutions for Division 2. Problems test skills in areas such as dynamic programming, string manipulation, combinatorics, and game theory.

For more information, visit the official website.

📬 Contact

For questions or feedback, feel free to contact me:

About

Python solutions from UCF High School Programming Contest 2024 (Div 2) – Code of the First Place Champion

Topics

Resources

Stars

Watchers

Forks

Languages