add greedy algorithms example in rust (#295)

This commit is contained in:
Artem Chernyak
2024-12-07 07:37:26 -06:00
committed by GitHub
parent 93a7b227b3
commit 25b308ff5f
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[package]
name = "greedy_algorithms"
version = "0.1.0"
edition = "2021"
[dependencies]