Skip to content

EngrShehrozAkhterCh/DSA_Lab_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧮 DSA Lab Repository

GitHub last commit GitHub repo size

This repository contains my Data Structures and Algorithms (DSA) lab assignments and practice codes.
Each lab focuses on a specific topic and is implemented in C++.


📂 Folder Structure

Each folder contains .cpp source codes and related notes for the respective lab.


💻 Language Used

  • C++

🧠 Topics Covered

  • Arrays and Strings
  • Searching and Sorting Algorithms
  • Linked Lists and Structures
  • Stacks and Queues
  • Trees and Graphs
  • Recursion and Dynamic Memory
  • Pointers and Structures

🧑‍💻 Author

Muhammad Shehroz Akhter Chaudhary
Department of Electrical Engineering
University of Engineering and Technology (UET), Lahore)

📧 Email Me


If you found this repository helpful, please give it a star!


🌟 How to Run

  1. Open any .cpp file in your preferred IDE (e.g., VS Code, Code::Blocks, or Dev C++).
  2. Compile and run using:
    g++ filename.cpp -o output
    ./output

About

Codes and solutions from my Data Structures and Algorithms (DSA) lab assignments in C++. Includes arrays, pointers, structures, sorting, linked lists, stacks, queues, and trees.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors