![]() |
scire
Sadh's C++ Impromptu Routines Ensemble
|
| ▼Nscire | Scire/graph/gale_shapley.hpp |
| CAContainer | Container Inferface |
| CActor | |
| CAQueue | A Queue should support Enque(), Deque() and Front() operations |
| CAStack | Standard stack abstraction (Push, Pop, Top) |
| CBinaryTree | |
| CCharStringUtil | |
| CClassName | |
| CCountingSort | |
| CFileType | |
| CGaleShapley | |
| CHash | Static utility routines for hash algorithms |
| CICrate | Crate contains elements in an arrays |
| CIHashAlgo | Common interface for Hash Algorithms |
| CMD5 | MD5 Message-Digest Algorithm |
| CQueue | Linked List implementation of Queue |
| CQueueCrate | Array implementation of Queue |
| ▼CSinglyList | A Singly Linked List class |
| CNode | Represent an item node in Singly Linked List |
| CStack | Linked list implementation of stack |
| CStackCrate | Array implementation of stack |
| CStringMatchKMP | The Knuth-Morris-Pratt (KMP) algorithm for string-matching problem |
| CUnionFind |