Fix: topk link (missing https://) (#5417)

Missed the https:// in #5408
This commit is contained in:
Sergey Grebenshchikov 2024-09-27 13:43:19 +02:00 committed by GitHub
parent 1da93c2b33
commit 0f01037894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2247,7 +2247,7 @@ _Libraries for scientific computing and data analyzing._
- [stats](https://github.com/montanaflynn/stats) - Statistics package with common functions missing from the Golang standard library.
- [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data.
- [TextRank](https://github.com/DavidBelicza/TextRank) - TextRank implementation in Golang with extendable features (summarization, weighting, phrase extraction) and multithreading (goroutine) support.
- [topk](github.com/keilerkonzept/topk) - Sliding-window and regular top-K sketches, based on the HeavyKeeper algorithm.
- [topk](https://github.com/keilerkonzept/topk) - Sliding-window and regular top-K sketches, based on the HeavyKeeper algorithm.
- [triangolatte](https://github.com/tchayen/triangolatte) - 2D triangulation library. Allows translating lines and polygons (both based on points) to the language of GPUs.
**[⬆ back to top](#contents)**