Skip to content

priyanjalipatel/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Practice

This repository contains my solutions to LeetCode problems, written while practicing Data Structures and Algorithms. The goal of this repo is to improve problem-solving skills, understand core DSA patterns, and prepare for technical interviews.


📌 Topics Covered

  • Arrays
  • Strings
  • Linked Lists
  • Stacks & Queues
  • Recursion
  • Hashing
  • Two Pointers
  • Sliding Window
  • Binary Search

🧠 Approach

For each problem, I focus on:

  • Understanding the problem constraints
  • Choosing the optimal data structure
  • Writing clean and readable code
  • Analyzing time and space complexity

Some solutions include:

  • Comments for clarity
  • Alternative approaches when applicable

🗂 Repository Structure


└── README.md

🧪 Example Problem Format

Each problem file typically includes:

  • Problem name & number
  • Brief explanation of the approach
  • Time & space complexity
  • Clean implementation

🚀 Goal

  • Build strong fundamentals in DSA
  • Identify common problem-solving patterns
  • Prepare for coding interviews and online assessments

📈 Progress

Problems are added regularly as I continue practicing.


🔗 Profile

  • LeetCode: [your LeetCode profile link here]

⚠️ Disclaimer

These solutions are for learning and reference purposes. I encourage solving problems independently before referring to solutions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors