https://github.com/mjvl/programming-challenges
My solutions for r/dailyprogrammer and ASCL challenges
https://github.com/mjvl/programming-challenges
dailyprogrammer java programming-challenges python
Last synced: about 1 year ago
JSON representation
My solutions for r/dailyprogrammer and ASCL challenges
- Host: GitHub
- URL: https://github.com/mjvl/programming-challenges
- Owner: MJVL
- License: mit
- Created: 2018-03-28T18:07:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T15:06:05.000Z (over 7 years ago)
- Last Synced: 2025-01-16T17:01:38.241Z (about 1 year ago)
- Topics: dailyprogrammer, java, programming-challenges, python
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming-Challenges
This repo contains my solutions for r/dailyprogrammer and ASCL challenges.
## ASCL Warning
I completed some of these challenges for a contest that had number of lines as a judging criteria. Because of this some of these solutions are pretty unreadable/inefficient and break some good coding conventions.