![]() |
scire
Sadh's C++ Impromptu Routines Ensemble
|
scire/graph/gale_shapley.hpp More...
Classes | |
| class | AContainer |
| Container Inferface. More... | |
| class | Actor |
| class | AQueue |
| A Queue should support Enque(), Deque() and Front() operations. More... | |
| class | AStack |
| Standard stack abstraction (Push, Pop, Top). More... | |
| class | BinaryTree |
| class | CharStringUtil |
| class | ClassName |
| class | CountingSort |
| class | FileType |
| class | GaleShapley |
| class | Hash |
| static utility routines for hash algorithms More... | |
| class | ICrate |
| Crate contains elements in an arrays. More... | |
| class | IHashAlgo |
| Common interface for Hash Algorithms. More... | |
| class | MD5 |
| MD5 Message-Digest Algorithm. More... | |
| class | Queue |
| Linked List implementation of Queue. More... | |
| class | QueueCrate |
| Array implementation of Queue. More... | |
| class | SinglyList |
| A Singly Linked List class. More... | |
| class | Stack |
| Linked list implementation of stack. More... | |
| class | StackCrate |
| array implementation of stack More... | |
| class | StringMatchKMP |
| The Knuth-Morris-Pratt (KMP) algorithm for string-matching problem. More... | |
| class | UnionFind |
scire/dir/filename.hpp
scire/string/knuth_morris_pratt.hpp
scire/hash/hashcomn.hpp
scire/graph/stable_matching.hpp
scire <thing> implementation:
other required scire files: none
author: ~nafSadh
hash common interface and utilities
other required scire files: none
author: ~nafSadh
scire <thing> implementation:
other required scire files: none
author: ~nafSadh
scire <thing> implementation:
other required scire files: none
author: ~nafSadh
scire <thing> implementation:
other required scire files: knuth_morris_pratt.hpp
author: ~nafSadh
scire <thing> implementation:
other required scire files: none
author: ~nafSadh
scire Linked List implementations:
other required scire files: scire/struct/container.hpp
author: ~nafSadh
scire Queue abstraction:
scire Queue implementations:
other required scire files: scire/struct/container.hpp
author: ~nafSadh
scire Stack abstraction:
scire Stack implementations:
other required scire files: scire/struct/container.hpp
author: ~nafSadh
acknowledgement: http://www.cplusplus.com/forum/general/81166/
scire <thing> implementation:
other required scire files: none
author: ~nafSadh