Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevorr/programming-challenges
My solutions to various programming challenges
https://github.com/kevorr/programming-challenges
challenges codewars dailyprogrammer hackerrank programming-challenges
Last synced: about 1 month ago
JSON representation
My solutions to various programming challenges
- Host: GitHub
- URL: https://github.com/kevorr/programming-challenges
- Owner: KevOrr
- Created: 2016-02-29T08:29:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T07:03:24.000Z (about 4 years ago)
- Last Synced: 2024-11-06T07:44:11.941Z (3 months ago)
- Topics: challenges, codewars, dailyprogrammer, hackerrank, programming-challenges
- Language: Haskell
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Challenges
This repository houses all of my solutions to various programming challenge sites. Can't
guarantee that all examples will work out-of-the-box, but feel free to open issues.### Advent of Code
From the [Advent of Code][advent] about page:> Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
### Codewars
[Codewars][codewars] is a great site for ramping up your programming skills in a variety of
languages (20 as of this commit and they're adding support for more). My profile is
[here][codewars profile].### Dailyprogrammer
Redditors who frequent [r/dailyprogrammer][dailyprogrammer] post daily challenges ranging
from easy to hard. All languages that [the ideone API][ideone] supports can be run to verify
correctness, and even then, languages that ideone does not yet support are more than welcome.### HackerRank
Much like codewars, [HackerRank][hackerrank] is a site that provides challenges ranging from
"Hello, World!" to AI and security. My profile is [here][hackerrank profile].[advent]: https://adventofcode.com/2020/about
[codewars]: https://www.codewars.com
[codewars profile]: https://www.codewars.com/users/KevOrr[dailyprogrammer]: https://www.reddit.com/r/dailyprogrammer/
[hackerrank]: https://www.hackerrank.com/
[hackerrank profile]: https://www.hackerrank.com/kevinorr54[ideone]: http://ideone.com/