update readme.md

This commit is contained in:
Denis-Cosmin Nutiu 2024-04-13 23:16:40 +03:00
parent f94a59b2ce
commit 3759d5eb84

View file

@ -4,3 +4,7 @@ This repository is my self study guide for data structures and algorithms. I imp
and then write unit test for them. and then write unit test for them.
What better way to learn a language and new concepts exists other than practicing them. What better way to learn a language and new concepts exists other than practicing them.
## Data Structures
* Linked List [Implementation](https://github.com/dnutiu/dsa/blob/master/src/main/kotlin/data_structures/linked_list/LinkedList.kt) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/kotlin/data_structures/linked_list/LinkedListTest.kt)