Update readme.md
This commit is contained in:
parent
ab0dea9404
commit
f917db3002
1 changed files with 6 additions and 2 deletions
|
@ -8,3 +8,7 @@ What better way to learn a language and new concepts exists other than practicin
|
||||||
## Data Structures
|
## 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)
|
* 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)
|
||||||
|
|
||||||
|
## Ranking
|
||||||
|
|
||||||
|
* BM25+ [Implementation](https://github.com/dnutiu/dsa/blob/master/src/main/kotlin/ranking/bm25/Bm25Plus.kt) | [Tests](https://github.com/dnutiu/dsa/blob/master/src/test/kotlin/ranking/bm25/BM25PlusTest.kt)
|
Loading…
Reference in a new issue