-
-
-
[
C/C++]
Huffman.rar
Huffman tree algorithm based on a given n-weights (w1, w2, ... ... wn), construct n trees only a root node of the tree, so that from the right value of wj in the forest root node to select two the right tree for the value of the smallest subtree around, ...
-
[
C/C++]
InsertSort.rar
Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, and then from the first two records began to insert one by one until the entire ...
-
[
C/C++]
QuickSort.rar
Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to ...
-
[
C/C++]
ShellSort.rar
Sort Hill (narrow incremental method) sorting process: first get a positive integer d1
-
-
[
C/C++]
Question4-new.rar
one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
-
-
[
C/C++]
Study.rar
template function using the data structure of the linear list and Stack and Queue program.
-