Introduction - If you have any usage issues, please Google them yourself
1.sort:quicksort select sort,insert sort,heap sort.etc.
2.graph:create with the adjacent list,and traverse in DFS
3.binarytree:create the tree,insert a node,or delete one
4.binary searchtree:create the tree,insert one ,find one ,or delete one
5.address list:have an interface,you can add,find or delete