Singly linked list code bricks for JavaScript. See docs. Parent is @aureooms/js-data-structures.
let head = sll.list( [ 9 , 2 , 5 ] ) ; // { next : Node , value : 9 }
Singly linked list code bricks for JavaScript. See docs. Parent is @aureooms/js-data-structures.
let head = sll.list( [ 9 , 2 , 5 ] ) ; // { next : Node , value : 9 }