Skip to content

Repository files navigation

Data Structures & Algorithms (C++)

A collection of core data structures and algorithms implemented in C++ for study and reference — built from first principles to reinforce fundamentals.

Contents

[List what's actually in here — e.g.:]

  • Linked lists (singly / doubly)
  • Stacks & queues
  • Sorting algorithms
  • [Trees / searching / etc.]

Purpose

A working reference base for systems-level problem solving and interview prep, emphasizing manual implementation over library use.

Build & run

Each program compiles standalone:

g++ -std=c++17 [filename].cpp -o out && ./out

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages