API Reference
This section contains the complete API reference documentation for DotNet.AdvancedCollections.
Namespaces
DotNet.AdvancedCollections.List: List implementations
DoublyLinkedList<T>SortedList<T>IDoublyLinkedList<T>ISortedList<T>
DotNet.AdvancedCollections.Queue: Queue implementations
PriorityQueue<T>Deque<T>IPriorityQueue<T>IDeque<T>
DotNet.AdvancedCollections.Stack: Stack implementations
PriorityStack<T>IPriorityStack<T>
DotNet.AdvancedCollections.Tree: Tree implementations
BinarySearchTree<T>BinaryTreeNode<T>IBinarySearchTree<T>IBinaryTreeNode<T>
DotNet.AdvancedCollections.Graph: Graph implementations
Graph<T>Vertex<T>Edge<T>IGraph<T>
DotNet.AdvancedCollections.Concurrent: Concurrency support
ISynchronized
DotNet.AdvancedCollections.Exceptions: Custom exceptions
ExistentVertexExceptionNonExistentVertexExceptionNegativeNumberException
Navigation
Use the navigation tree on the left to explore specific classes, interfaces, and API members.