Skip to content

wuxiaofei01/visual-graph-dfs-and-bfs-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

数据结构实验作业 2020年12月27日上传

data struct

Data structure experiment, visual dfs and bfs based on QT

东北大学数据结构深搜,广搜

请注意 第一行是输入节点的数量 第二行为起点字符串
第三行为终点字符串

例如
5
12345
23451
表示 1-2 2-3 3-4 4-5 5-1无向图

Please note that the first line is the number of input nodes
The second line is the starting string
The third line is the end string

E.g
5
12345
23451
Representation 1-2 2-3 3-4 4-5 5-1 Undirected graph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published