🐣 채게바라
Search
Search
Search
Light mode
Dark mode
Folder: 스터디/프로그래밍/코테/LeetCode/02-Medium
11 items under this folder.
Jun 16, 2024
22. Generate Parentheses
#dfs
#backtracking
Jun 16, 2024
237. Delete Node in a Linked List
#python
#linkedlist
Jun 16, 2024
3. Longest Substring Without Repeating Characters
Jun 16, 2024
46. Permutations
Jun 16, 2024
723. Candy Crush
Jun 16, 2024
894. All Possible Full Binary Trees
Jun 16, 2024
11. Container With Most Water
#tailrecursion
#leetcode
#greedyalgorithm
#twopointer
#array
#python
Jun 16, 2024
1325. Delete Leaves With a Given Value
#python
#dfs
Jun 16, 2024
1570. Dot Product of Two Sparse Vectors
Jun 16, 2024
1689. Partitioning Into Minimum Number Of Deci-Binary Numbers
#python
Nov 22, 2023
Letter Combinations of a Phone Number
#backtracking
#dfs
#tailrecursion