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:
What?
Describe how to implement recursive data structures such as:
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: