Skip to content

Harshith1702/leetcode-dsa-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

634 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Journey 🚀

This repository contains my accepted solutions to Data Structures and Algorithms problems solved on LeetCode, maintained as part of my consistent problem-solving practice.

The focus is on understanding patterns, writing clean code, and improving time and space efficiency over time.


🧠 Topics Covered

  • Arrays & Strings
  • Hashing
  • Two Pointers / Sliding Window
  • Binary Search
  • Trees

💻 Languages Used

  • Java (primary)
  • C

📈 Progress

  • Problems solved on LeetCode: 350+
  • Solutions in this repository are added after accepted submissions
  • Older solutions may be refined as my understanding improves

🔗 Profiles


This repository reflects my learning journey.
Quality and consistency matter more than problem count.

GitHub last commit

LeetCode Topics

Array

Problem Name Difficulty
0153-find-minimum-in-rotated-sorted-array Medium

Binary Search

Problem Name Difficulty
0153-find-minimum-in-rotated-sorted-array Medium

About

A curated collection of accepted LeetCode DSA solutions in Java, emphasizing clean code, pattern recognition, and optimal time–space complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors