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

https://github.com/ultraviolet-ninja/mycompprogexperience

Never would I have thought CompProg would be so fun
https://github.com/ultraviolet-ninja/mycompprogexperience

competitive-programming hackerrank-java hackerrank-solutions kattis-java kattis-solutions leetcode-java leetcode-solutions

Last synced: about 2 months ago
JSON representation

Never would I have thought CompProg would be so fun

Awesome Lists containing this project

README

          

# Competitive Programming Problems

## Description
All the problems that I've either completed, tried but didn't get the correct answer, or was interested in, but haven't attempted yet.

Most problems are in Java and are marked with custom annotations for completeness, with a reference to the original source and/or as interview questions.

The remaining problems are in Python or C.

### Technology
All Java problems follow Kattis' Java runtime: Java 11; however, LeetCode uses Java 17 while HR uses 8.