Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.08 KB

File metadata and controls

32 lines (21 loc) · 1.08 KB

DSA - Data Structures and Algorithms 🚀

This repository provides a collection of data structure and algorithm implementations using Java and C++. 🧩

Folder Structure Overview 📂

The project is organized into multiple directories:

  • dailyLeetCodeChallenge: Daily coding challenges for practice.
  • fundamental: Core data structures like Graph, Heap, Tree, LinkedList, and more.
  • hackerrank: Solutions for problems sorted into categories like array, prefix-sum, set-map, etc.
  • interview: C++ implementations of common interview questions.
  • leetcode: Solutions for LeetCode problems (e.g., twosum.cpp).
  • output: Temporary files and outputs.

Files like temp.cpp and temp.java are for quick testing or temporary logic.


Features 🌟

  • Supports Java ☕ and C++ 💻.
  • Organized and modular structure for learning and practice.
  • Easy to extend for additional problems or algorithms.

Happy Coding! 🚀✨