mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-19 23:10:58 +00:00
feat: add rust codes for simple_hash (#724)
This commit is contained in:
@@ -89,6 +89,11 @@ path = "chapter_stack_and_queue/array_deque.rs"
|
||||
name = "linkedlist_deque"
|
||||
path = "chapter_stack_and_queue/linkedlist_deque.rs"
|
||||
|
||||
# Run Command: cargo run --bin simple_hash
|
||||
[[bin]]
|
||||
name = "simple_hash"
|
||||
path = "chapter_hashing/simple_hash.rs"
|
||||
|
||||
# Run Command: cargo run --bin hash_map
|
||||
[[bin]]
|
||||
name = "hash_map"
|
||||
|
||||
Reference in New Issue
Block a user