added bubble_sort, binary_search, linear_search

This commit is contained in:
specCon18 2024-05-16 22:19:50 -04:00
commit f895efce44
13 changed files with 305 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "algos-in-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]