One of DataStructure. A set of zero or more nodes, and a set of zero or more edges where each edge is a multiset of any 2 nodes. GraphTheory is a research area about [Graph]
객체들 사이의 관계나 연결에 따라 정의되는 문제들을 모델링하는데 주로 사용되는 유연한 DataStructure이다. 객체는 node로 표현되고 관계는 edge로 표현된다.
The types of [Graph]
관련정보