datastructures icon indicating copy to clipboard operation
datastructures copied to clipboard

Add `as` methods for stacks, queues, etc.

Open dirmeier opened this issue 7 years ago • 1 comments

It might help to have a method that converts a data structure into an R list, data frame or the like..

dirmeier avatar Feb 02 '18 13:02 dirmeier

I've played with adding an as.list.stack function, but it seems to be very slow. See: https://github.com/dirmeier/datastructures/issues/13

talgalili avatar Nov 09 '18 20:11 talgalili