Git-Leon
il y a 6 ans
Parent
révision
74a9673e36
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec
2 ajouts et
0 suppressions
-
README.md
|
@@ -16,7 +16,9 @@
|
16
|
16
|
## Instructions:
|
17
|
17
|
|
18
|
18
|
### Building a basic `PhoneBook` class
|
|
19
|
+
|
19
|
20
|
<img src = "./PhoneBookUML.png">
|
|
21
|
+
|
20
|
22
|
* Create a `PhoneBook` class that holds names and phone numbers.
|
21
|
23
|
* You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).
|
22
|
24
|
* **Hint:** You should use a sorted map.
|