ChrisRackauckas / LinkedLists.jl

A repository for singly and doubly linked lists in Julia
Other
15 stars 11 forks source link

Merge with DataStructures.jl #2

Open IlyaOrson opened 6 years ago

IlyaOrson commented 6 years ago

Since DataStructures.jl is the standard package for this kind of thing, maybe this package should be merged with that one?

Or maybe one of the subpackages that might come out of it.

ChrisRackauckas commented 6 years ago

Sure. I mostly focused on getting this working and not so much the organizational details.