solutions.py
@solutions_py
56
subscribers
206
photos
183
links
admin:
@Xojarbu
Download Telegram
Join
solutions.py
56 subscribers
solutions.py
#linked_list
Title:
237. Delete Node in a Linked List
URL:
leetcode
Level:
Easy
github
solutions.py
#arrays
Title:
88. Merge Sorted Array
URL:
leetcode
Level:
Easy
🙃
solutions.py
#arrays
Title:
Count Common Words With One Occurrence
URL:
leetcode
Level:
Easy
github
solutions.py
#arrays
Title:
485. Max Consecutive Ones
URL
:
leetcode
Level
: Easy
github
solutions.py
#arrays
Title:
1089. Duplicate Zeros
URL
:
leetcode
Level
: Easy
github
solutions.py
solutions.py
#arrays Title: 1089. Duplicate Zeros URL: leetcode Level: Easy github
Better solution (not by me :) )
solutions.py
#arrays
Title:
905. Sort Array By Parity (In-place)
URL
:
leetcode
Level
: Easy
github
! still not very optimized
solutions.py
#hash_table
Title: 442. Find All Duplicates in an Array
URL:
leetcode
Level: Medium
solutions.py
#arrays
Title: 929. Unique Email Addresses
URL:
leetcode
Level: Easy
solutions.py
solutions.py
Title: Nth Fibonacci Number URL: binarysearch.com Level: easy
#memoization
solutions.py
#dp
Title
: N-th Tribonacci Number
URL
:
leetcode
Level
: Easy
solutions.py
#dp
Title: Climbing Stairs
URL
:
leetcode
Level
: Easy
solutions.py
#stack
Title: 496. Next Greater Element I
URL
:
leetcode
Level
: Easy
github
Long way implementation of stack
😉
solutions.py
#stack
Title:
Score of Parentheses
URL
:
leetcode
Level
: Medium
github
Time:
O(N)
Space:
O(N)
👍
1
solutions.py
#graph
#dfs
Title:
Flood fill
URL:
leetcode
L
evel:
Easy
github
👍
1
solutions.py
#tree
#dfs
Title:
Same Tree
URL:
leetcode
L
evel:
Easy
github
Time:
O(N) -> O(q+p)
👍
1
solutions.py
#tree
#dfs
Title:
Maximum Depth of Binary Tree
URL:
leetcode
L
evel:
Easy
👍
2
solutions.py
#dp
Title:
Jump Game II
URL:
leetcode
L
evel:
Medium
👍
1
solutions.py
solutions.py
Title: 20. Valid Parentheses Url: leetcode Time complexity: O(n^2)
😐
😐
#stack
Time: O(n)
leetcode
Source
👍
1
solutions.py
#prefix_sum
Title
: 303. Range Sum Query - Immutable
leetcode
👍
4