Skip to content

Commit 82a72de

Browse files
authored
Update README.md
1 parent 41c0ac0 commit 82a72de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Java-Data-Structures-Guide
2-
A comprehensive guide to Java data structures, covering both primitive data types (like String, int, float, double) and high-level data structures (such as arrays, linked lists, stacks, queues, trees, and maps). Each data structure includes detailed explanations, usage examples,
1+
# Java-Data-Structures
2+
A repository for understanding Java data structures. Covers primitive data types (e.g., int, float, double, char) and high-level data structures like arrays, linked lists, stacks, queues, trees, and maps, with detailed explanations and usage examples.

0 commit comments

Comments
 (0)