Skip to content

Recursive data structures #68

@mwstr

Description

@mwstr

What?

Describe how to implement recursive data structures such as:

  • linked lists (stacks, queues)
  • trees
  • graphs

Show ready to use std and crates:

Why?

It is different from other languages. When I moved from c++ to rust I was quite confused how to implement this things due to rust's rustrictions on mutable references.
it is also a good way to deepen your understanding of the concept of borrowing.

How?

Some solutions:

Depends on:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions