Skip to content

Activity

Merge pull request #12 from 149ps/LC-problems

Pull request merge
149pspushed 4 commits to main • c18874f…a0b5e2f • 
on Sep 8, 2024

Create static.yml

149pspushed 1 commit to main • 0cd7dde…c18874f • 
on Sep 8, 2024

3217-> O(n) time and O(n) space using hashset

149pspushed 1 commit to LC-problems • 6b95d67…7639dd1 • 
on Sep 8, 2024

O(n) time and O(n) using recursive stack

149pspushed 1 commit to LC-problems • f7cdfd7…6b95d67 • 
on May 19, 2024

O(n) time and O(logn) space for recursive stack

149pspushed 1 commit to LC-problems • 3b94216…f7cdfd7 • 
on May 19, 2024

Merge pull request #11 from 149ps/LC-problems

Pull request merge
149pspushed 2 commits to main • db43d79…0cd7dde • 
on May 16, 2024

new LC

149pspushed 1 commit to LC-problems • 0be02cf…3b94216 • 
on May 16, 2024

Merge pull request #10 from 149ps/LC-problems

Pull request merge
149pspushed 2 commits to main • 44d0f00…db43d79 • 
on May 2, 2024

new files

149pspushed 1 commit to LC-problems • 165b66e…0be02cf • 
on May 2, 2024

Merge pull request #9 from 149ps/LC-problems

Pull request merge
149pspushed 4 commits to main • deb93df…44d0f00 • 
on Mar 9, 2024

O(n+m) time using two pointer

149pspushed 1 commit to LC-problems • ded3bd4…165b66e • 
on Mar 9, 2024

O(nlogm) time with binary search. M being longer and n being shorter.

149pspushed 1 commit to LC-problems • 739893e…ded3bd4 • 
on Mar 9, 2024

O(n^2) time and O(1) space using concept of expansion around the center.

149pspushed 1 commit to LC-problems • 5d5504a…739893e • 
on Feb 10, 2024

Merge pull request #8 from 149ps/LC-problems

Pull request merge
149pspushed 3 commits to main • 3c83a0c…deb93df • 
on Jan 14, 2024

O(n) time and O(n) space using hashmap(Counter)

149pspushed 1 commit to LC-problems • f56944b…5d5504a • 
on Jan 14, 2024

O(n) time to build hashmap and O(26) space for building Hashmap

149pspushed 1 commit to LC-problems • a70b5f5…f56944b • 
on Jan 13, 2024

Merge pull request #7 from 149ps/LC-problems

Pull request merge
149pspushed 2 commits to main • a1289af…3c83a0c • 
on Jun 19, 2023

O(n) time and O(1) space

149pspushed 1 commit to LC-problems • dd78621…a70b5f5 • 
on Jun 19, 2023

Deleted branch

149psdeleted master • 
on Jun 9, 2023

Merge pull request #6 from 149ps/LC-problems

149pscreated main • a1289af • 
on Jun 9, 2023

Deleted branch

149psdeleted main • 
on Jun 9, 2023

O(n) time and O(n) space using BFS deque.

149pscreated temp • 9c1520f • 
on Jun 9, 2023

Deleted branch

149psdeleted 2094-lc • 
on Jun 9, 2023

Merge pull request #6 from 149ps/LC-problems

Pull request merge
149pspushed 2 commits to master • e06575c…a1289af • 
on Jun 9, 2023

O(n) time and O(1) space using linear search

149pscreated LC-problems • dd78621 • 
on Jun 9, 2023