https://github.com/hlissner/practice
Programming exercises. For fun and great good.
https://github.com/hlissner/practice
exercism leetcode practice project-euler
Last synced: 6 months ago
JSON representation
Programming exercises. For fun and great good.
- Host: GitHub
- URL: https://github.com/hlissner/practice
- Owner: hlissner
- Created: 2015-05-06T01:24:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T19:02:27.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T12:48:11.392Z (6 months ago)
- Topics: exercism, leetcode, practice, project-euler
- Language: C++
- Homepage:
- Size: 201 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practice Programming Projects
Practical and prolific problems for programmers that I've patiently pondered and
particularly puzzled over for personal pleasure and programming practice.Positively propitious!
## Sources
* ~~[CodeEval](http://codeeval.com) ([profile](https://www.codeeval.com/profile/hlissner/))~~ (site shut down)
* [LeetCode](http://leetcode.com) ([profile](https://leetcode.com/hlissner))
* [Exercism.io](http://exercism.io/) ([profile](http://exercism.io/hlissner))
* [Project Euler](https://projecteuler.net/)
* https://github.com/karan/Projects
* ["Algorithms, 4th Edition"](http://algs4.cs.princeton.edu/home/)
* [Building Machine Learning Systems with Python](https://www.packtpub.com/big-data-and-business-intelligence/building-machine-learning-systems-python)