Skip to content

TheGhulam/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

LeetCode Stats

This repository contains my solutions to various LeetCode problems

Structure

├── solutions/
│   ├── easy/
│   ├── medium/
│   └── hard/
└── README.md

Solutions

# Title Solution Difficulty Topics Notes
33 Search in Rotated Sorted Array Python Medium Array, Binary Search Time: O(log n), Space: O(1)
74 Search a 2D Matrix Python Medium Array, Binary Search Time: O(log n), Space: O(1)
378 Kth Smallest Element in a Sorted Matrix Python Medium Array, Binary Search, Heap Time: O(n log n), Space: O(n)

About

My LeetCode Solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages