Skip to content

Appendix: Referenced Data Structures and Algorithms #158

Description

@bhuvy2

Is your feature request related to a problem? Please describe.
In an effort to make things self contained, we should include reference data structures in the appendix. We need not include datastructures introduced and explained in the text (ring buffer for example)

Describe the solution you'd like

  • Data Structures/ADT
    • Linked List
    • Skip List
    • Max Heap
    • Queue
    • Stack
    • Graphs
    • LRU Cache
    • Trees? Not sure about this one
    • Hash Table
  • Algorithms
    • Cycle Detection (DFS)
    • Hashing (Bucket/Segregated Lists)

Describe alternatives you've considered
Leaving it google-able is also an option

Additional context
Nope

Metadata

Metadata

Assignees

No one assigned

    Labels

    extensionCurrently not covered in the wikibook

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions