Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

[PROPOSAL] Data Structures directory under Rust #1212

Open
IAmRiteshKoushik opened this issue Jun 30, 2023 · 1 comment
Open

[PROPOSAL] Data Structures directory under Rust #1212

IAmRiteshKoushik opened this issue Jun 30, 2023 · 1 comment

Comments

@IAmRiteshKoushik
Copy link

IAmRiteshKoushik commented Jun 30, 2023

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
Copy link

welcome bot commented Jun 30, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant