Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.68 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.68 KB

AlphaStar-PlatinumA

About

I took AlphaStar's CC51A-live or Platinum Part A with Yibo Huang. The class is once a week 2 hours class from the start of school to the end of November. It has advanced my algorithmic thinking skills and trained me for a lot of the problems in USACO platinum.

This is a submodule in the USACO repository training folder. Every USACO problem that is done here is displayed as a txt file in the USACO repository or marked on another solution (.cpp file).

After finishing the class I received 2 certificates for completion and mastery.

Format

There is a folder for each week of the class names "Week#-(description)". Within each folder is:

  • Questions Folder: Contains all the questions in .txt format
  • Problems.txt: The problem name and where each problem is from (USACO or IOI). Note, use the solutions that are given from those contests.
  • Answers: For example Q1.cpp containing my solutions to the questions (sometimes there are part a and b solutions)
  • Optional, private Lectures Folder: All the lectures associated with the weeks problems. There is also an ExtraLectures folder private that could have useful resources for learning concepts.