Skip to content

Collection of data structures and algorithms in Rust, focusing on performance, safety, and readability

Notifications You must be signed in to change notification settings

Ang2Tea/rust-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Algorithms & Data Structures

A collection of efficient and safe algorithms implemented in Rust. Currently Implemented

  • Binary Search – Fast searching in sorted arrays.
  • Quick Sort – Efficient sorting algorithm.

Run tests using:

cargo test

Future Features

More algorithms coming soon.

About

Collection of data structures and algorithms in Rust, focusing on performance, safety, and readability

Topics

Resources

Stars

Watchers

Forks

Languages