Julia data structures and algorithms

/ 2021-01-24 / Projects

DataStructuresAlgorithms.jl; my implementation of some basic data structures and algorithms in Julia, mainly as an exercise.

This package can be installed as

julia> ]
pkg> add https://github.com/mgcth/DataStructuresAlgorithms.jl