[BaekJoon] 11725번: 트리의 부모 찾기 (Python)
tree, bfs, dfs
[BaekJoon] 11725번: 트리의 부모 찾기 (Python)
tree, bfs, dfs
[TIL] 코드스쿼드 팀 프로젝트 11일차
코드스쿼드 121일차
[BaekJoon] 1991번: 트리 순회 (Python)
tree, recursion
[LeetCode] 226. Invert Binary Tree (Python)
graph, dfs, bfs, binary-tree
[LeetCode] 687. Longest Univalue Path (Python)
graph, dfs, binary-tree
[LeetCode] 543. Diameter of Binary Tree (Python)
graph, dfs, binary-tree