https://github.com/vincent-devine/algorithm_advanced
Exercice that aims to advanced algorithm. Exercice made during 4th year of Game Programming at ISART Digital
https://github.com/vincent-devine/algorithm_advanced
algorithm cpp
Last synced: 9 months ago
JSON representation
Exercice that aims to advanced algorithm. Exercice made during 4th year of Game Programming at ISART Digital
- Host: GitHub
- URL: https://github.com/vincent-devine/algorithm_advanced
- Owner: Vincent-Devine
- Created: 2025-03-04T13:18:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T13:39:49.000Z (9 months ago)
- Last Synced: 2025-03-04T14:30:50.131Z (9 months ago)
- Topics: algorithm, cpp
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Algorithm
Exercice that aims to learn advanced algorithm. Exercice made during 4th year of Game Programming at ISART Digital
## Table of content
- [Getting Started](#getting-started)
- [Technology](#technology)
- [Credit](#credit)
## Getting Started
### Clone
```bash
git clone git@github.com:Vincent-Devine/Algorithm_Advanced.git
```
### Start the project
1. Open the `.sln` project file
2. Click on `F5`
## Technology
- Language: C++ *20*
- Editor: [Visual Studio 2022](https://visualstudio.microsoft.com/fr/vs/)
- Versionning [Github](https://github.com/Vincent-Devine/Algorithm_Advanced)
## Library Used
- Logger: [OMLogger](https://github.com/Vincent-Devine/OMLogger/tree/v1.1) *v1.1*
## Credit
Author: **Vincent DEVINE**
Project Start: 04/03/2025
Project End: 20/05/2025
### Specials Thanks
- Frederic SETTAMA