Skip to content

thatShashankGuy/codeforfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I try leetcode exercises daily and dump them in this repo for tracking .

# Title No Time Space Comments 🧑🏾‍💻
1 Merge Array 88 O(m+n) O(1) pythonC#
2 Remove Element 27 O(n) O(1) pythonC#
3 Rotate Array 189 O(n) O(1) pythonC#
4 Reverse Words In a String 151 O(n) O(n) pythonC#
5 Is Subsequence 392 O(n) O(1) pythonC#
6 Minimum Size Subarray Sum 209 O(n) O(1) Sliding Window pythonC#
7 Group Anagram 49 O(nm) O(om) dictionary pythonC#
8 Search in Rotated Sorted Array 33 O(nm) O(om) dictionary pythonC#
9 Find First and Last Position in a Sorted Array 34 O(logn) O(1) Binary Search pythonC#
10 Valid Paranthese 20 O(n) O(n) Stack pythonC#
11 Min Stack Implmentation 155 O(1) O(n) Stack pythonC#
12 Best Time to Buy and Sell Stocks 1 121 O(1) O(n) two Pointers pythonC#
13 Best Time to Buy and Sell Stocks 2 122 O(1) O(n) two Pointers pythonC#
14 Simplify Path 71 O(n) O(n) stacks pythonC#
15 Link List Cycle 141 O(n) O(n) link list pythonC#

About

Daily Leetcode Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published