add: 添加实训 '数据结构课程设计'

This commit is contained in:
2025-12-22 17:09:05 +08:00
parent 778956cec3
commit dff46e6f21
14 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
id,routeName,stationCount
0,1ºÅÏß,4
0,1,2,3
5.0,6.0,7.0
1,2ºÅÏß,5
0,4,5,7,9
8.0,6.0,10.0,5.0
2,3ºÅÏß,4
1,6,4,2
4.0,5.0,6.0
3,4ºÅÏß,3
8,1,3
7.0,12.0
1 id,routeName,stationCount
2 0,1ºÅÏß,4
3 0,1,2,3
4 5.0,6.0,7.0
5 1,2ºÅÏß,5
6 0,4,5,7,9
7 8.0,6.0,10.0,5.0
8 2,3ºÅÏß,4
9 1,6,4,2
10 4.0,5.0,6.0
11 3,4ºÅÏß,3
12 8,1,3
13 7.0,12.0