Skip to content

New Data Structures? #91

@ghost

Description

While not impossible to implement yourself, what if there was new data structures?
A few new ideas would be a Queue, a Stack, a Matrix, a Graph, a Heap, etc.
Ideally a stack and queue would be nice.
Why not just incorporate these things ourselves? Well while its possible, and for things like the Queue and Stack its not even difficult, but the issue is if we are to use a lovely portable library like plibsys, which has data structures that we could incorporate ourselves, like Binary Search Trees and Hash Tables, and the evenly easy Linked-List. Why not update the systems to incorporate more data structures for use...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions