Dot Algo∙ DS/PS
2021. 12. 14.
[BOJ] 백준 13244번 Tree (Java)
#13244 Tree 난이도 : 골드 4 유형 : 그래프 / 트리 / Union-Find 13244번: Tree For each graph, a single line with “tree” if the graph represents a tree or “graph“ otherwise. www.acmicpc.net ▸ 문제 One of the most important data structures in computer science is the tree. You already dealt with binary trees in the qualification round. This problem is about general trees. Trees are the subset of graphs that have th..