An open API service indexing awesome lists of open source software.

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!

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).