Skip to content

perseoGI/Clib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Perseo
Jan 10, 2021
d8f24ca · Jan 10, 2021

History

33 Commits
Nov 19, 2020
Dec 4, 2020
Jan 10, 2021
Jan 10, 2021
Jan 10, 2021
Nov 30, 2020
Nov 22, 2020
Dec 4, 2020
Nov 22, 2020
Apr 25, 2019
Dec 13, 2020
Dec 4, 2020

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