solutions.py
@solutions_py
57
subscribers
206
photos
183
links
admin:
@Xojarbu
Download Telegram
Join
solutions.py
57 subscribers
solutions.py
#dp
Title:
Minimum Path Sum
URL:
leetcode
Level:
medium
Time complexity
: row*column
Space Complexity:
row*column
! not my own solution
solutions.py
#dp
Title:
Triangle
URL:
leetcode
Level:
medium
Time complexity
: O(n^2)
! not my own solution
solutions.py
#dp
Title
: N-th Tribonacci Number
URL
:
leetcode
Level
: Easy
solutions.py
#dp
Title: Climbing Stairs
URL
:
leetcode
Level
: Easy
solutions.py
#dp
Title:
Jump Game II
URL:
leetcode
L
evel:
Medium
👍
1