Skip to content

Commit e373998

Browse files
Update README.md
1 parent 0a10848 commit e373998

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@ Greatest Element to Lowest Element.
873873
</ul>
874874
<h1></h1>
875875
<h1 align="center"> LinkedHashSet </h1>
876-
<h3>This class extends HashSet, but adds no members of its own. </h3>
876+
877+
<h3>This class extends HashSet, but adds no members of its own. LinkedHashSet is an ordered and sorted collection of HashSet. LinkedHashSet maintains the insertion order of the elements.It uses a doubly linked list to maintain the insertion order. LinkedHashSet implement the Set interface like HashSet. </h3>
877878
878879
```mermaid
879880

0 commit comments

Comments
 (0)