Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

This repository contains my solutions to various LeetCode problems, organized by data structure and algorithm patterns.

The focus is on understanding problem-solving techniques rather than memorizing solutions.


Folder Structure

Solutions are organized by patterns:

strings/
arrays/
stack/
hash-map/
two-pointers/
sliding-window/
linked-list/
tree/
dynamic-programming/

Each folder contains solutions related to that specific pattern.

Approach

This repository reflects my ongoing journey of improving problem-solving skills.

I focus on:

  • Understanding core concepts before optimizing solutions
  • Recognizing common problem-solving patterns
  • Writing clean and readable code
  • Improving consistency through practice

Goal

  • Strengthen fundamentals in Data Structures and Algorithms
  • Build strong problem-solving intuition
  • Prepare for technical interviews
  • Maintain consistency through regular practice

Platform

Problems are sourced from LeetCode.


Note

This repository is continuously updated as I learn and solve new problems.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages