浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
74a9673e36
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
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.