Skip to content

A Generic Data Structures and Algorithms (DSA) library in C. Inspired by Narasimha Karumanchi's "Data Structures and Algorithms Made Easy" book.

License

Notifications You must be signed in to change notification settings

CompileMyLife/libdsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Generic Data Structures and Algorithms in C

NOTICE

This library was inspired by Narasimha Karumanchi's "Data Structures and Algorithms Made Easy" book. It has the basics of creating data structures and algorithms in C. My goal is to create a library of DSAs to be generic. Generic as in it can be used for any data type available in C.

Data Structures

  • Lists

NOTE: More coming soon!

Algorithms

NOTE: Coming soon!

Usage:

Use the main.c files in each folder to see how to use the data structure and/or algorithm.

Feedback

I welcome feedback and critisism on my inspired implementations.

About

A Generic Data Structures and Algorithms (DSA) library in C. Inspired by Narasimha Karumanchi's "Data Structures and Algorithms Made Easy" book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published