Skip to content

Commit 31f8583

Browse files
authored
Merge pull request #1 from VatsalGosaliya/readmeEdit1
Updates to README.md
2 parents 07efe79 + 9cfa18f commit 31f8583

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# DataStructuresJava
22
Basic DS implementation in Java.
3+
4+
Java provides stack and queue as built-in data structures as part of the collections framework. But it doesn't provide Linked List and Trees. Now whenever needed, you may just browse and copy-paste. But that's not smart, and that's not fun. So I am dedicating repository to implementation of such DS. I will impart as much abstraction as possible so anyone who wants to use it can download and use it with least modification.

0 commit comments

Comments
 (0)