https://github.com/ky28059/competitive-programming-club
My bad comp prog code!
https://github.com/ky28059/competitive-programming-club
Last synced: 3 months ago
JSON representation
My bad comp prog code!
- Host: GitHub
- URL: https://github.com/ky28059/competitive-programming-club
- Owner: ky28059
- Created: 2020-11-15T18:38:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T06:46:41.000Z (5 months ago)
- Last Synced: 2024-12-21T07:27:46.119Z (5 months ago)
- Language: Kotlin
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# competitive-programming-club
My competitive programming code, from various competitions / miscellaneous events.
Because of IntelliJ's Java / Kotlin folder structure requirements, source files are located in `/src`. In `src`, files
are organized based on which event or competition they were a part of:- **AdventOfCode2019**: Kotlin solutions for [Advent of Code 2019](https://adventofcode.com/2019) *(completed after the fact)*.
- **AdventOfCode2020**: Kotlin solutions for [Advent of Code 2020](https://adventofcode.com/2020).
- **AdventOfCode2021**: Kotlin solutions for [Advent of Code 2021](https://adventofcode.com/2021).
- **AdventOfCode2022**: Kotlin solutions for [Advent of Code 2022](https://adventofcode.com/2022).
- **AdventOfCode2023**: Go solutions for [Advent of Code 2023](https://adventofcode.com/2023).
- **AdventOfCode2024**: Kotlin solutions for [Advent of Code 2024](https://adventofcode.com/2024).
- **Codeforces**: Kotlin submissions for contests on [codeforces.com](https://codeforces.com/profile/ky28059).
- **CompetitiveProgrammingClub**: Various Java, Kotlin, and Haskell solutions for Competitive Programming Club problems.
- **HPI**: Kotlin solutions for the [Harker Programming Invitational 2021](https://www.harkerprogrammingclub.org/copy-of-gpl-2020-results-1) as part of team `notlikeduck`.
- **LeetCode**: Kotlin, TypeScript, and other solutions for problems on [leetcode.com](https://leetcode.com/problems).
- **LIT2021**: Java solutions for the [Lexington Informatics Tournament 2021](https://lit.lhsmathcs.org/scoreboard2021) as part of team `qpwoeirut fan club`.
- **ProCo2021**: Kotlin solutions for [Stanford ProCo 2021](https://www.stanfordacm.org/proco/pastContests).
- **TeamsCodeSpring2021**: Java solutions for [TeamsCode Spring 2021](https://www.teamscode.org/contests/spring-2021/).
- **TeamsCodeSummer2021**: Java solutions for [TeamsCode Summer 2021](https://www.teamscode.org/contests/summer-2021/)
- **UC**: Kotlin golfing challenges for the United Computations club.
- **USACO2020**: Bronze and silver Java solutions for [USACO 2020](http://www.usaco.org/index.php?page=dec20results).