LinkedList

Initialization

ListNode dummy = new ListNode();

Useful methods

Last updated

Was this helpful?