Skip to content

perseoGI/Clib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clib

Build Status Coverage Status

This is a custom C library which implements some data structures every language should have but, of course, C dont.

Linked List

Doble linked list implementation, allowing FIFO, LIFO, or other combinations.

Hash Map

Hash Map implementation, allowing low complexity access.

Stack

Stack data structure implementation as a LIFO.

To Be Done

  • Create unit test for all public and private functions
  • Add new data structures:
    • FIFO
    • Tree
    • Binary Tree
    • Heap
  • Analyze hash_code efficincy
  • Improve hash_code function to avoid hash collisions
  • Improve README

About

Personal C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published