mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	Enable giscus for graph.md
This commit is contained in:
		@ -1,3 +1,7 @@
 | 
			
		||||
---
 | 
			
		||||
comments: true
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
# 图
 | 
			
		||||
 | 
			
		||||
「图 Graph」是一种非线性数据结构,由「顶点 Vertex」和「边 Edge」组成。我们可将图 $G$ 抽象地表示为一组顶点 $V$ 和一组边 $E$ 的集合。例如,以下表示一个包含 5 个顶点和 7 条边的图
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user