Skip to content

k4sl3/libC--

This branch is 5 commits behind KaiBelmo/libC--:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe9fabe · Feb 7, 2022

History

41 Commits
Feb 7, 2022
Feb 5, 2022
Feb 5, 2022
Feb 7, 2022
Feb 7, 2022
Feb 7, 2022
Jan 23, 2022
Feb 5, 2022

Repository files navigation

libC--

i recode C++ containers with some additional data structures in C just for educational purposes.

note each container folder has it's own readme file, it contains the documentation and some example about how to use the container.

Sequence containers:

  • forward_list
  • list
  • vector
  • deque

Associative containers:

  • set
  • map
  • multiset
  • multimap

Unordered associative containers:

  • unordered_set
  • unordered_map
  • unordered_multiset
  • unordered_multimap

Container adaptors:

  • queue
  • stack
  • priority_queue

About

C++ containers but in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Makefile 2.1%