Skip to content
/ ASD Public

Some basic algorithms and data structure exercises.

License

Notifications You must be signed in to change notification settings

nemo256/ASD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages