- 01_matrix
- Add Two Numbers
- all integers in range
- all paths from source to target
- all possible full binary tree
- append k integers with minimal sum
- assign cookies
- best time to buy and sell stocks
- combination
- container with most water
- count collisions on a road
- count negative in a matrix
- count sorted vowel strings
- count square submatrices with all ones
- divide into equal skill
- edit-distance
- egg-drop-with-2-eggs-and-n-floors
- find first last position in a sorted array
- find minimum element in a rotated sorted array
- generate parenthesis
- house robber
- inorder_traversl
- Find All K-Distant Indices in an Array
- k missing positive
- largest number after digit swap by parity
- letter case permutation
- level order
- lexicographically small string
- linked list cycle
- longest consecutive sequence
- longest harmonious subsequence
- longest increasing subsequence
- longest substirng without repeating char
- lrucache
- matrix spiral
- max area
- max product after k increasing
- max sum after partition
- maximum number of marked indices
- maximum subarray
- median of two sorted array
- merge intervals
- merge two sorted list
- middle of list
- minimum cost to mqke all characters equal
- most frequently number following key in an array
- nearest exit from entrance in maze
- next greater element 1
- next greater element 2
- pascal_triangle
- permutation in string
- permutaions
- postorder traversal
- preorder traversal
- implement a queue using stack
- remove linked list elements
- Remove One Element to Make the Array Strictly Increasing
- remove the nth node from end
- reshape matrix
- reverse integer
- reverse odd levels of binary tree
- reverse words in a string 3
- rotate array
- rotate list
- rotting oranges
- search 2d matrix 1
- search insert position
- search rotated sorted array
- sort colors
- sort jumbled numbers
- subsets
- topmost after k moves
- trapping rain water
- triangle
- unique-paths-with-obstacle
- valid anagram
- valid sudoku
- zigzag level order
bazel test //problem/...