Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

A set of common data structures implemented in C

License

Notifications You must be signed in to change notification settings

mikaelmessias-legacy/data-structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C

Here are some data structures implemented in C. This rep. has both statically and dinamically memory allocation implementations of those data structures. Here they are implemented as simple as possible and it should be easy to understand just from reading the source code.

I hope you like it.

One more thing

There are other structures (not common) that were implemented as University homework, you can find them in the src/uni/ folder.

About

A set of common data structures implemented in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • C++ 1.7%
  • Makefile 0.6%