Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appendix: Referenced Data Structures and Algorithms #158

Open
bhuvy2 opened this issue Aug 2, 2019 · 0 comments
Open

Appendix: Referenced Data Structures and Algorithms #158

bhuvy2 opened this issue Aug 2, 2019 · 0 comments
Labels
extension Currently not covered in the wikibook

Comments

@bhuvy2
Copy link
Collaborator

bhuvy2 commented Aug 2, 2019

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

@bhuvy2 bhuvy2 added the extension Currently not covered in the wikibook label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Currently not covered in the wikibook
Projects
None yet
Development

No branches or pull requests

1 participant