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
- Host: GitHub
- URL: https://github.com/axafrance/algo-ressources
- Owner: AxaFrance
- Created: 2019-04-11T12:41:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T05:47:17.000Z (over 1 year ago)
- Last Synced: 2025-06-11T03:44:11.961Z (about 1 year ago)
- Topics: algorithms, axa, csharp, java, javascript, learn, raise-the-bar, tools-engineering, training-dev
- Language: JavaScript
- Homepage:
- Size: 3.57 MB
- Stars: 9
- Watchers: 8
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.