ANN: CircularList.jl

As part of solving an Advent Of Code problem, I’ve built a circular linked list data structure. I thought it could be useful to others, hence releasing it as a package. Not registered yet… will do that soon.

I appreciate @christopher-dG’s PkgTemplates that helped me quickly turn my code into a package.

3 Likes

Would it maybe make sense to merge this into DataStructures.jl?

4 Likes