MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[PROPOSAL] Data Structures directory under Rust

IAmRiteshKoushik opened this issue · comments

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

Thanks for opening your first issue here! Be sure to follow the issue template!