/[cvs]/api/Classes/Sort/IntLinkedListQuickSort.h
ViewVC logotype

Contents of /api/Classes/Sort/IntLinkedListQuickSort.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __IntLinkedListQuickSort_H__
2 #define __IntLinkedListQuickSort_H__
3
4 #include "../LinkedList/IntLinkedList.h"
5
6 class IntLinkedListQuickSort
7 {
8
9 public:
10
11 IntLinkedListQuickSort();
12 ~IntLinkedListQuickSort();
13
14
15
16 static int partitionOrder(IntLinkedList *list, int start, int top);
17 static void sortLargestOrder(IntLinkedList *list, int start, int end);
18 //static int partitionSmallestOrder(int *list, int start, int top);
19 static void sortSmallestOrder(IntLinkedList *list, int start, int end);
20 static void setStatement(int iStatement);
21 static int partitionStringOrder(int *list, int start, int top);
22 static void sortLargestStringOrder(int *list, int start, int end);
23 static void sortSmallestStringOrder(int *list, int start, int end);
24
25
26
27
28 };
29
30 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26