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
- Host: GitHub
- URL: https://github.com/ultraviolet-ninja/mycompprogexperience
- Owner: Ultraviolet-Ninja
- Created: 2022-10-15T16:52:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T18:09:29.000Z (over 2 years ago)
- Last Synced: 2025-01-12T05:10:30.353Z (over 1 year ago)
- Topics: competitive-programming, hackerrank-java, hackerrank-solutions, kattis-java, kattis-solutions, leetcode-java, leetcode-solutions
- Language: Java
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.