Skip to content

Compl3x7/c_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c_data_structures

In this repository I implement some data structures libraries in C. Due to the C language limitations (a.k.a. my own skill issues 💀) most of the implementations, if not all, only support the double C type. Most of this code isn't really of much use but feel free to do so and please let me know if you did :D.

Data structures implemented until now:

my_list (Finished ~2023's summer)

A simple implementation of a linked list that I built prior to the making of this repository as a way to study and better consolidate my C programming skills. It's probably not even a good implementation, but I have decided to left it like this for now. Finished around 2023's summer and haven't touched on it ever since.

my_vector (Finished)

A vector (redimensionable array) implementation. This vector doesn't use a circular buffer so it's queue-like performace is probably questionable.

About

Implementation of data structures in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages