Table of Contents

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

    • ExistentVertexException
    • NonExistentVertexException
    • NegativeNumberException

Use the navigation tree on the left to explore specific classes, interfaces, and API members.