Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whoan/challenges
:nerd_face: Code challenges I've made for fun
https://github.com/whoan/challenges
Last synced: 2 months ago
JSON representation
:nerd_face: Code challenges I've made for fun
- Host: GitHub
- URL: https://github.com/whoan/challenges
- Owner: whoan
- Created: 2017-07-17T02:12:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T09:41:32.000Z (4 months ago)
- Last Synced: 2024-10-04T06:41:10.170Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Challenges
This repo collects some exercises I've made to practice algorithms and data structures.
Most of them are from [LeetCode](https://leetcode.com) and you can find a link to the exercises in each source file.
*Disclaimer: I am not proud of all of them, but I try not to modify old files to see the evolution in the newest files I submit. eg: cleaner code, more performant code due to use of right data structures, algorithms, etc...*