update readme.md
This commit is contained in:
parent
e0859fa215
commit
768cbd9811
1 changed files with 2 additions and 11 deletions
13
readme.md
13
readme.md
|
@ -10,15 +10,6 @@ What better way to learn a language and new concepts exists other than practicin
|
|||
* Hash
|
||||
Set [Implementation](https://github.com/dnutiu/dsa-go/blob/master/hash_set/hash_set/hash_set.go) | [Tests](https://github.com/dnutiu/dsa-go/blob/master/hash_set/hash_set/hash_set_test.go)
|
||||
|
||||
### Kotlin
|
||||
### Other
|
||||
|
||||
The old repo contains implementations in the Kotlin language.
|
||||
|
||||
#### 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)
|
||||
|
||||
#### 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) | [Reference Paper](http://www.cs.otago.ac.nz/homepages/andrew/papers/2014-2.pdf)
|
||||
I also maintain a DSA repo for Java & Kotlin, which you can find [here](https://github.com/dnutiu/dsa)
|
Loading…
Reference in a new issue