Skip to content

baaaaadr/DStruct-Showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Structures in C

This repo is a little playground of C data structures.
PS: Each folder is a self-contained project

πŸ“‚ C-Linked-List β€” Sparse Matrix

A memory-efficient way to store matrices using linked lists.

  • Only keeps non-zero values to save space.
  • View as a grid or raw linked list.
  • Supports in-place matrix addition.
  • Simple menu to search, edit, and check memory usage.

πŸ“‚ C-BST β€” Interval Reservation System

A Binary Search Tree that manages bookings without overlaps.

  • Each node stores a time range, company ID, and notes.
  • Add, update, search, and delete reservations.
  • Filter by company or time range.

About

On the menu: linked lists and BSTs in C, with clear examples to showcase core data structures and pointer handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages