文件名称:DS_PKU
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。-North version of the data structure corresponding to the source code tutorials, including linked lists, trees, and other classic graph data structure and some algorithms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DS_PKU
......\2 List
......\......\dlist
......\......\.....\dlist.c
......\......\.....\dlist.h
......\......\Josephus
......\......\........\jose-seqlist.c
......\......\........\jose_circlist.c
......\......\linklist
......\......\........\llist.c
......\......\........\llist.h
......\......\........\stack
......\......\seqlist
......\......\.......\slist.c
......\......\.......\slist.h
......\3 String
......\........\linkstring.c
......\........\seqstring.c
......\4 Stack&Queue
......\.............\farmer-queue.c
......\.............\lqueue.c
......\.............\lqueue.h
......\.............\lstack.c
......\.............\lstack.h
......\.............\maze-nrec.c
......\.............\maze-rec.c
......\.............\simknap-nrec.c
......\.............\simknap-rec.c
......\.............\squeue.c
......\.............\squeue.h
......\.............\sstack.c
......\.............\sstack.h
......\5 Tree
......\......\bintree_inorder_rec.c
......\......\bintree_link.c
......\......\bintree_postorder_nrec.c
......\......\bintree_postorder_rec.c
......\......\bintree_preorder_rec.c
......\......\bintree_seq.c
......\......\bintree_thread.c
......\......\huffman.c
......\......\tree_childlist.c
......\......\tree_inorder_rec.c
......\......\tree_levelorder.c
......\......\tree_old_brother.c
......\......\tree_parentlink.c
......\......\tree_postorder_rec.c
......\......\tree_preorder_nrec.c
......\......\tree_preorder_rec.c
......\6 Dictionary&Search
......\...................\dic_AVLtree.c
......\...................\dic_AVLtree_search.c
......\...................\dic_hashopen.c
......\...................\dic_hashopen_algo.c
......\...................\dic_orderbintree.c
......\...................\dic_orderbintree_algo.c
......\...................\dic_seqlist_binsearch.c
......\...................\dic_seqlist_seqsearch.c
......\...................\dic_slist.c
......\...................\optimal_order_bintree.c
......\7 Sort
......\......\sort_bin_insert.c
......\......\sort_bubble.c
......\......\sort_heap.c
......\......\sort_insert.c
......\......\sort_listinsert.c
......\......\sort_merge.c
......\......\sort_quick.c
......\......\sort_radix.c
......\......\sort_select.c
......\......\sort_shell.c
......\8 Graph
......\.......\graph_adjlist.c
......\.......\graph_adjmat.c
......\.......\graph_breadtravel_adjlist.c
......\.......\graph_breadtravel_adjmat.c
......\.......\graph_criticalpath.c
......\.......\graph_deeptravel_adjlist_nrec.c
......\.......\graph_deeptravel_adjmat_nrec.c
......\.......\graph_deeptravel_adjmat_rec.c
......\.......\graph_dijkstra.c
......\.......\graph_floyd.c
......\.......\graph_kruskal.c
......\.......\graph_prim.c
......\.......\graph_toposort_adjlist.c
......\.......\graph_toposort_adjmat.c
......\9 Algorithm
......\...........\combine_dynprog.c
......\...........\knapsack01_backtrack.c
......\...........\knapsack01_branchbound.c
......\...........\knapsack01_dynprog.c
......\...........\knapsack_greedy.c
......\...........\knight_path.c
......\2 List
......\......\dlist
......\......\.....\dlist.c
......\......\.....\dlist.h
......\......\Josephus
......\......\........\jose-seqlist.c
......\......\........\jose_circlist.c
......\......\linklist
......\......\........\llist.c
......\......\........\llist.h
......\......\........\stack
......\......\seqlist
......\......\.......\slist.c
......\......\.......\slist.h
......\3 String
......\........\linkstring.c
......\........\seqstring.c
......\4 Stack&Queue
......\.............\farmer-queue.c
......\.............\lqueue.c
......\.............\lqueue.h
......\.............\lstack.c
......\.............\lstack.h
......\.............\maze-nrec.c
......\.............\maze-rec.c
......\.............\simknap-nrec.c
......\.............\simknap-rec.c
......\.............\squeue.c
......\.............\squeue.h
......\.............\sstack.c
......\.............\sstack.h
......\5 Tree
......\......\bintree_inorder_rec.c
......\......\bintree_link.c
......\......\bintree_postorder_nrec.c
......\......\bintree_postorder_rec.c
......\......\bintree_preorder_rec.c
......\......\bintree_seq.c
......\......\bintree_thread.c
......\......\huffman.c
......\......\tree_childlist.c
......\......\tree_inorder_rec.c
......\......\tree_levelorder.c
......\......\tree_old_brother.c
......\......\tree_parentlink.c
......\......\tree_postorder_rec.c
......\......\tree_preorder_nrec.c
......\......\tree_preorder_rec.c
......\6 Dictionary&Search
......\...................\dic_AVLtree.c
......\...................\dic_AVLtree_search.c
......\...................\dic_hashopen.c
......\...................\dic_hashopen_algo.c
......\...................\dic_orderbintree.c
......\...................\dic_orderbintree_algo.c
......\...................\dic_seqlist_binsearch.c
......\...................\dic_seqlist_seqsearch.c
......\...................\dic_slist.c
......\...................\optimal_order_bintree.c
......\7 Sort
......\......\sort_bin_insert.c
......\......\sort_bubble.c
......\......\sort_heap.c
......\......\sort_insert.c
......\......\sort_listinsert.c
......\......\sort_merge.c
......\......\sort_quick.c
......\......\sort_radix.c
......\......\sort_select.c
......\......\sort_shell.c
......\8 Graph
......\.......\graph_adjlist.c
......\.......\graph_adjmat.c
......\.......\graph_breadtravel_adjlist.c
......\.......\graph_breadtravel_adjmat.c
......\.......\graph_criticalpath.c
......\.......\graph_deeptravel_adjlist_nrec.c
......\.......\graph_deeptravel_adjmat_nrec.c
......\.......\graph_deeptravel_adjmat_rec.c
......\.......\graph_dijkstra.c
......\.......\graph_floyd.c
......\.......\graph_kruskal.c
......\.......\graph_prim.c
......\.......\graph_toposort_adjlist.c
......\.......\graph_toposort_adjmat.c
......\9 Algorithm
......\...........\combine_dynprog.c
......\...........\knapsack01_backtrack.c
......\...........\knapsack01_branchbound.c
......\...........\knapsack01_dynprog.c
......\...........\knapsack_greedy.c
......\...........\knight_path.c