[PROPOSAL] Data Structures directory under Rust
IAmRiteshKoushik opened this issue · 1 comments
IAmRiteshKoushik commented
Hey, I have noticed that the Rust
directory has not received much support in terms of code contributions or documentation. Let us start by adding the following data structures and algorithms to Rust directory. Please add the rust
and the good-first-issue
tags to this issue.
Data Structures:
- Array
- LinkedList (Normal, Circular and Doubly)
- Stacks (And basic problems, eg: Paranthesis matching, infix to postfix etc)
- Queue (Normal, Circular, Dynamic Range)
Algorithms
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
welcome commented
Thanks for opening your first issue here! Be sure to follow the issue template!