Skip to content

helyousfi/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures in C/C++

A collection of fundamental data structures implemented in C and C++ for learning and practice purposes.

Overview

This repository covers the essential data structures used in computer science and software development.
Each implementation is simple, well-documented, and designed to help you understand how things work under the hood.

Topics Covered

  • Arrays
  • Linked Lists
  • Stacks
  • Queues
  • Trees
  • Graphs
  • Hash Tables

How to Use

  1. Clone the repository:
    git clone https://github.com/yourusername/data-structures-cpp.git

About

A crash course on data-structures and algorithms using C/C++ and Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published