https://github.com/alaindet/code-challenges-solutions
This repository collects all solutions to online challenges I come up with.
https://github.com/alaindet/code-challenges-solutions
challenges-solved
Last synced: 5 months ago
JSON representation
This repository collects all solutions to online challenges I come up with.
- Host: GitHub
- URL: https://github.com/alaindet/code-challenges-solutions
- Owner: alaindet
- License: mit
- Created: 2018-08-30T07:19:12.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T09:50:39.000Z (6 months ago)
- Last Synced: 2026-01-18T17:37:54.774Z (6 months ago)
- Topics: challenges-solved
- Language: Go
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Challenges solutions
This repository collects all the solutions I come up with multiple code challenges online, in different programming languages.
Most solutions have unit tests and HTTP references
## Folder structure
```
- $WEBSITE
|- $LANGUAGE
|- $MISC
```
- At the top level there are `$WEBSITE` folders, like `codewars.com`
- Inside website folder, you'll find `$LANGUAGE` folders like `javascript` or `go`
- Then `$MISC` folders depend on the website-specific structure
## Languages used so far
- Go
- JavaScript
- PHP
- Python
- TypeScript
## References
- [https://leetcode.com](https://leetcode.com)
- [https://codewars.com](https://codewars.com)