Quellcode durchsuchen

Update README.md

Git-Leon vor 6 Jahren
Ursprung
Commit
fd57391ba2
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      README.md

+ 1
- 0
README.md Datei anzeigen

20
 * Create a `PhoneBook` class that holds names and phone numbers.
20
 * Create a `PhoneBook` class that holds names and phone numbers.
21
 * You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).
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
 * **Hint:** You should use a sorted map.
22
 * **Hint:** You should use a sorted map.
23
+* A UML of this class can be found [here](./PhoneBookUML.png)
23
 
24
 
24
 * Your PhoneBook class should have the following method
25
 * Your PhoneBook class should have the following method
25
 
26