Algorithm
코딩 테스트 대비 알고리즘 공부 관련 글
2023
- 리트코드 1779. Find Nearest Point That Has the Same X or Y Coordinate
- 리트코드 98. Validate Binary Search Tree
- 리트코드 36. Valid Sudoku
- 리트코드 Maximum Subarray
- 리트코드 1779. Find Nearest Point That Has the Same X or Y Coordinate
2022
- 리트코드 566. Reshape the Matrix
- 리트코드 701. Insert into a Binary Search Tree
- 리트코드 700. Search in a Binary Search Tree
- 리트코드 112. Path Sum
- 리트코드 226. Invert Binary Tree
- 리트코드 145. Binary Tree Postorder Traversal
- 리트코드 94. Binary Tree Inorder Traversal
- 리트코드 144. Binary Tree Preorder Traversal
- 리트코드 101. Symmetric Tree 풀기 완료
- 리트코드 704. Binary Search 풀기 완료
- 리트코드 543. Diameter of Binary Tree 풀기 완료
- 리트코드 104. Maximum Depth of Binary Tree 풀기 완료
- 리트코드 102. Binary Tree Level Order Traversal
- 리트코드 409. Longest Palindrome
- 리트코드 21. Merge Two Sorted Lists
- 리트코드 205. Isomorphic Strings
- 리트코드 350. Intersection of Two Arrays II