Skip to content

Latest commit

Β 

History

History
31 lines (23 loc) Β· 1.24 KB

File metadata and controls

31 lines (23 loc) Β· 1.24 KB

πŸ’» Daily LeetCode DSA Solutions

Welcome to the Daily LeetCode DSA Solutions repository! πŸš€ Here, I upload solutions to Data Structures and Algorithms (DSA) problems from LeetCode on a daily basis. This repository serves as my personal log of consistent problem-solving and DSA skill enhancement.


πŸ“œ About the Repository

  • Purpose:

    • To track my progress in solving DSA problems daily.
    • To enhance problem-solving and coding skills.
    • To maintain a well-documented library of LeetCode solutions for quick reference.
  • Programming Language:

    • The primary language used is JavaScript, Java.
  • Topics Covered:

    • Arrays & Strings
    • Linked Lists
    • Stacks & Queues
    • Trees & Graphs
    • Dynamic Programming
    • Sorting & Searching
    • Backtracking
    • Recursion and many more...

πŸ—‚οΈ Folder Structure

The repository is organized in a simple and clear manner for easy navigation: πŸ“‚ Daily-LeetCode-DSA β”œβ”€β”€ πŸ“‚ Arrays β”œβ”€β”€ πŸ“‚ Strings β”œβ”€β”€ πŸ“‚ LinkedLists β”œβ”€β”€ πŸ“‚ DynamicProgramming β”œβ”€β”€ πŸ“‚ Trees β”œβ”€β”€ πŸ“‚ Graphs β”œβ”€β”€ πŸ“‚ Backtracking β”œβ”€β”€ πŸ“‚ Sorting β”œβ”€β”€ πŸ“‚ Recursion └── README.md