Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 202 – Data Structures 📘

Welcome! 👋
This repository contains my personal practice and solutions for the COMP202 - Data Structure course using C++ 💙.
These implementations help me understand the core fundamentals of data structures by writing the logic from scratch.

🧩 Topics Covered

  • ✅ List (Generic List Implementations)
  • ✅ Single Linked List
  • ✅ Double Linked List
  • ✅ Stack (Implemented using Linked List and array)
  • ✅ Binary search tree
  • ✅ Hash Table (Implemented using Linked List)
  • ✅ Everything's covered !

💻 Requirements

  • C++ Compiler (e.g., g++, CodeBlocks, VSCode, etc.)

▶️ How to Compile & Run

Using terminal or command line:

g++ -o solution filename.cpp
./solution

Feel free to contribute or modify the solutions as needed. 🚀

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages