From 3759d5eb8489e2ea661e7b16415c25a37eaa1b74 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Sat, 13 Apr 2024 23:16:40 +0300 Subject: [PATCH] update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2959781..1ecb621 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,8 @@ This repository is my self study guide for data structures and algorithms. I implement them from scratch in Kotlin and then write unit test for them. -What better way to learn a language and new concepts exists other than practicing them. \ No newline at end of file +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) \ No newline at end of file