Skip to content
/ my_c-lib Public

My own C library to implement features and data structures

Notifications You must be signed in to change notification settings

Uizoh/my_c-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A dumb C library I made for learning purposes

My C library to implement data structures and algorithms.

NOTE: Not meant for real life usage!


For code style, Chaotic Good naming convention is used.

  • snake_case for variables
  • camelCase for functions
  • PascalCase for struct/class/types

All the libraries are modular.

Implemented Data Structures:

  1. String type(Rust inspired)
  2. Vector array
  3. Queue
  4. Stack
  5. Arena Pool(for memory management)

Implemented Algorithms:

  1. Linear search
  2. Binary search

About

My own C library to implement features and data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages