mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 23:09:18 +00:00
雜湊表
雜湊表 允許您將值與特定的鍵關聯。 您可能也知道它在 C++ 中被稱為 unordered map,在 Python 中被稱為 dictionary,或在其他程式語言中稱為 associative array。
這是我們之前談論 Vecs 時提到的另一個資料結構。
雜湊表 允許您將值與特定的鍵關聯。 您可能也知道它在 C++ 中被稱為 unordered map,在 Python 中被稱為 dictionary,或在其他程式語言中稱為 associative array。
這是我們之前談論 Vecs 時提到的另一個資料結構。