as.list.linked_list: Translate a linked list into an R list.

Description Usage Arguments Value

Description

Translate a linked list into an R list.

Usage

1
2
## S3 method for class 'linked_list'
as.list(x, ...)

Arguments

x

The linked list

...

Additional parameters. Not used but part of the generic interface.

Value

An R list with the elements found in the linked list.


mailund/ralgo documentation built on May 21, 2019, 11:07 a.m.