Hi, anyone knows a library with common data structures implementations? (directed graphs, btrees, etc.)
d
dawidhyzy
04/16/2019, 5:29 AM
Guava?
a
Al Warren
04/16/2019, 6:07 AM
Well, if you just want some classes or sources, pretty much all of that (in Java) is in this repo:
https://github.com/kevin-wayne/algs4
Shouldn't be difficult to convert to Kotlin.
It's the companion files for Princeton's Algorithms course. There's a great online book source here:
https://algs4.cs.princeton.edu/home/