/Data-Structure-Course-Design

数据结构的课设——联系人列表&树木的统计

Primary LanguageCMIT LicenseMIT

demo

contacts

使用1

 make contacts
 ./server1 127.0.0.1 3000
 google-chrome 127.0.0.1:3000/html/contacts.html     

treeCount

使用2

 make tree
 ./server2 127.0.0.1 3000 treeTest.txt
 google-chrome 127.0.0.1:3000/html/tree.html