Skip to content

A place where I can store all my leetcode solutions and notes.

Notifications You must be signed in to change notification settings

Matthew-J-Lew/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Challenge — [Matthew lew]

This repository contains selected LeetCode solutions, organized by difficulty and topic.
Cleaned, reusable solutions are in solutions/.

Mostly doing questions in order of easiest -> hardest in the neetcode 150

Structure

  • solutions/{easy,medium,hard}/{topic}/ — polished solutions for review
  • notes/ — short writeups: patterns, tips, cheat-sheets

Example Solution Format

Each solution file begins with a header describing:

  • Problem title & number
  • Difficulty & topic
  • Short approach explanation
  • Time & space complexity

Skills demonstrated

  • Data structures, algorithms, dynamic programming
  • Problem decomposition & complexity analysis
  • Clean, documented code

About

A place where I can store all my leetcode solutions and notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published