Skip to content

tclsteixeira/C-datastructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcdatastruct

libcdatastruct is a self-contained library of data structures implemented in C.

Author libcdatastruct: Copyright (c) 2023 Tiago C. Teixeira

This library includes several data strutures such as arraylist, linked list, circular linked list, double linked list, circular double linked list, hashtable, queue (linked list implementation), stack (linked list implementation), binary search tree, AVL tree, red-black tree, binary heap, fibonacci heap, array deque, double linked list deque, adjacency list graph, Dijkstra shortest path, breadth-fisrt-search shortest path, depth-first search algorithm, trie, .... They are all generic data structures that can store any type of data.

To execute a demo, please run "main.c" and see the code.

Further references

About

C implementation of generic data structures such as arraylist, linked list, double linked list, stack, queue, binary search tree, avl tree, ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published