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

https://github.com/axafrance/algo-ressources

Some training and tools to improve in algorithm
https://github.com/axafrance/algo-ressources

algorithms axa csharp java javascript learn raise-the-bar tools-engineering training-dev

Last synced: 9 months ago
JSON representation

Some training and tools to improve in algorithm

Awesome Lists containing this project

README

          

# Algo ressources

## Exercices solutions

Most of the exercices came from Isograd : [Solution des concours](https://www.isograd.com/FR/solutionconcours.php)
Our proposed solutions are stored in the `TRAINING` folder

### Naming rules

Each file must be properly named :

`[exerciesName]-[author].[language]`

Each exercice is stored in a folder, this folder must be explicitly named to easily find the associated exercice.

All those folders have to be stored in a folder with the name of the associated contest.

The folder named `OTHERS` contains all the exercices solved before the repository refactoring.