Skip to content

C-Playground: A collection of small, independent C projects for learning, experimenting, and exploring different aspects of the C programming language.

License

Notifications You must be signed in to change notification settings

voukatas/C-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Playground

Welcome to the C-Playground repository! This is a collection of small, independent projects written in C. Each project is designed to explore different aspects and concepts of the C programming language.

Projects

  1. HashTable: A simple thread-safe HashTable implementation where the key is a string and the value can be any type of data. This implementation provides basic operations like set, get, remove, and resize with thread safety using pthread mutexes.
  2. CCache: A simple single-threaded event-driven program that wannabe a TTL cache

About

C-Playground: A collection of small, independent C projects for learning, experimenting, and exploring different aspects of the C programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published