-
-
[
Visual C++ (VC++)]
excise3.rar
Debug stack order of the structure of the basic operations (Tsinghua University Press Data Structures C language version of the book P44)
-
-
[
Visual C++ (VC++)]
ds_1.rar
1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, destruction algorithm.
-
[
Visual C++ (VC++)]
ds_2.rar
1. Stack data structure defines the order of 2. Write a function to achieve the initialization of the stack, stack, out of the stack, to determine whether the stack is empty the algorithm, and application and matches the test expression in parentheses. 3 ...
-
[
Visual C++ (VC++)]
ds_3.rar
1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3. Write a function, according to string pattern matching to achieve
-
[
Visual C++ (VC++)]
ds_4.rar
1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in order, postorder traversal.
-
[
Visual C++ (VC++)]
ds_5.rar
1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.
-
[
Visual C++ (VC++)]
ds_6.rar
1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing with linear probing methods of conflict resolution, write a function to achieve the hash table making process and output ...
-
[
Visual C++ (VC++)]
ds_7.rar
1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
-