Skip to content

ebruilhan/data-structures-c

Repository files navigation

Contents

This repository contains basic data structure examples implemented using the C programming language.

  • Arrays and matrices
  • Linked lists (singly, doubly, circular)
  • Stack and expression conversions
  • Tree structures (binary tree)
  • Graphs (DFS, BFS, connectivity analysis)
  • Heap (min-heap / max-heap)

Each folder includes:

  • C source code
  • Diagrams explaining the data structure

About

Data structures and algorithms implementations in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages