An open API service indexing awesome lists of open source software.

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.

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)