Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Practice (LeetCode)

Consistent practice of Data Structures and Algorithms using Java.


📅 Progress

Day 01

  • Two Sum (#1)
  • Contains Duplicate (#217)

Day 02

  • Running Sum of 1D Array (#1480)

Day 03

  • Find Pivot Index (#724)
  • Valid Palindrome (#125)

Day 04

  • Reverse String (#344)
  • Squares of a Sorted Array (#977)
  • Remove Duplicates from Sorted Array (#26)

🧠 Patterns Covered

  • HashMap / HashSet
  • Prefix Sum
  • Two Pointers

⚙️ Language

  • Java

📌 Notes

  • Each problem is stored in its own folder
  • Includes brute force and optimized solutions
  • Focus on understanding patterns and improving problem-solving

🚀 Goal

Build consistency and strengthen problem-solving skills.

About

Leetcode -Java

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages