Skip to content

Ahmed-ie/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Data Structures

Overview

This repository contains three fundamental C data structuresSet, Counters, and Hashtable—designed for efficient data management in C programs:

  • Set: A collection ensuring unique elements. More info.
  • Hashtable: A fast key-value store with efficient lookups. More info.
  • Counters: A structure for tracking item frequencies. More info.

About

Efficient implementations of fundamental C data structures, including Set, Hashtable, and Counters. Designed for optimized data handling and easy integration into C projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors