Git-Leon
6 년 전
No account linked to committer's email
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
README.md
|
@@ -20,6 +20,7 @@
|
20
|
20
|
* Create a `PhoneBook` class that holds names and phone numbers.
|
21
|
21
|
* You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).
|
22
|
22
|
* **Hint:** You should use a sorted map.
|
|
23
|
+* A UML of this class can be found [here](./PhoneBookUML.png)
|
23
|
24
|
|
24
|
25
|
* Your PhoneBook class should have the following method
|
25
|
26
|
|