Skip to content
/ xdsa Public

C implementation of data structures and algorithms.

License

Notifications You must be signed in to change notification settings

ragibasif/xdsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdsa

Warning

This library is incomplete and is intended to be for educational purposes only.

A collection of data structures and algorithms implemented in C. It's written in standard C (C99) and uses GNU Make for building.

Usage

Installation

Clone the repository.

git clone [email protected]:ragibasif/xdsa.git

Make sure you have gcc and make installed.

Build the project

make

Run the executable

./xdsa

Clean build files

make clean

About

C implementation of data structures and algorithms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published