Skip to content

This repository contains various programs written in C and C++ to master DSA.

Notifications You must be signed in to change notification settings

zaidkhuroo/Datastructures-and-algorithims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datastructures and Algorithims

Welcome to my Data Structures and Algorithms (DSA) repository! This repository is a collection of programs, exercises, and solutions created throughout my journey of learning and mastering DSA concepts.

Whether you're a beginner looking to get started or an experienced coder brushing up on your skills, this repository has something for everyone.


📝 Topics Covered

Data Structures

  • Arrays
  • Linked Lists
  • Stacks and Queues
  • Trees (Binary, BST, AVL, etc.)
  • Graphs (BFS, DFS, Shortest Paths)
  • Hashing and HashMaps

Algorithms

  • Searching (Binary Search, Linear Search, etc.)
  • Sorting (QuickSort, MergeSort, BubbleSort, etc.)
  • Recursion and Backtracking
  • Greedy Algorithms
  • Dynamic Programming

Other Exercises

  • Common Coding Interview Problems
  • Competitive Programming Challenges
  • Puzzle-Based Exercises

💡 Features of the Repository

  • 🌟 Well-Documented: Each program includes comments for clarity and understanding.
  • 🧩 Problem-Solving Approaches: Multiple approaches for solving the same problem.
  • 🛠️ Optimized Code: Focused on clean, efficient, and scalable solutions.
  • 📈 Progressive Learning: Programs increase in complexity as you navigate deeper.

👩‍💻 Technologies Used

The programs in this repository are written in the following programming languages:

  • C
  • C++
  • Javascript

Feel free to contribute solutions in other languages as well!


🌟 How to Use This Repository

  1. Clone the repository using the command:
    git clone https://github.com/zaidkhuroo/Datastructures-and-algorithims.git
    
    

About

This repository contains various programs written in C and C++ to master DSA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published