nemo256 / ASD

Some basic algorithms and data structure exercises.

Repository from Github https://github.comnemo256/ASDRepository from Github https://github.comnemo256/ASD

ASD

Algorithms and Data Structure exercises.

GitHub Repo stars Maintenance License

ASD

Table of Contents

Setup βš™οΈ

Install git.

Download the project (using the terminal or command prompt on windows):

git clone https://github.com/nemo256/ASD

Compile πŸ”¨ (eg: using cc)

cc exo.c -o exo                 # on unix
cc exo.c -o exo.exe             # on windows

Run πŸš€

./exo                           # on unix
start exo.exe                   # on windows (or just click on the executable)

License πŸ“‘

About

Some basic algorithms and data structure exercises.

License:MIT License


Languages

Language:C 100.0%