Skip to content

Commit 9f67f34

Browse files
Update README.md
1 parent c495d0a commit 9f67f34

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,17 @@ and LinkedList Class,through the help of Collection interface.
6060

6161

6262
```
63+
64+
```mermaid
65+
graph TD;
66+
Collection-->Set;
67+
Set-->HashSet;
68+
Set-->SortedSet;
69+
HashSet-->LinkedListSet;
70+
SortedSet-->NavigableSet;
71+
NavigableSet-->TreeSet;
72+
73+
```
74+
6375
</h3>
6476
</ul>

0 commit comments

Comments
 (0)