Skip to main content
CrystalDocs

    Browse DocsCrystalShardsAbout

    github.com/jtomschroeder/crystalline

    master

    Types

    • Array
    • Crystalline
      • Algorithms
        • Search
      • Containers
        • Heap
          • Node
        • KDTree
          • Node
        • MaxHeap
        • MinHeap
        • PriorityQueue
          • Priority
        • Queue
        • RBTreeMap
          • Pair
        • RBTreeSet
          • Color
          • Node
        • SplayTreeMap
          • Node
        • Stack
        • SuffixArray
        • Trie
          • Node
      • Graph
        • AbstractIterator
          • EndOfIteratorException
        • AdjacencyGraph
        • BFSIterator
        • CollectionIterator
        • DFSIterator
        • DirectedAdjacencyGraph
        • DirectedEdge
        • Edge
        • Graph
        • GraphIterator
        • GraphVisitor
          • Mark
        • MutableGraph
        • NoVertexError
        • UndirectedEdge
    module

    Crystalline::Containers

    Nested types

    • Crystalline::Containers::Heap(K, V)
    • Crystalline::Containers::KDTree(T)
    • Crystalline::Containers::MaxHeap(K, V)
    • Crystalline::Containers::MinHeap(K, V)
    • Crystalline::Containers::PriorityQueue(T)
    • Crystalline::Containers::Queue(T)
    • Crystalline::Containers::RBTreeMap(K, V)
    • Crystalline::Containers::RBTreeSet(K)
    • Crystalline::Containers::SplayTreeMap(K, V)
    • Crystalline::Containers::Stack(T)
    • Crystalline::Containers::SuffixArray
    • Crystalline::Containers::Trie(T)

    CrystalDocs.org - Crystal Shard Documentation Hosting

    GitHubCrystalShardsCrystal Language