Leetcode 707 Design Linked List
Question
Design your implementation of the linked list. You can choose to use a singly or doubly linked list.A node in a singly linked list should have two attributes: val and next. val is the value of the current node, and next is a pointer/referenc...
jessieyu1.hashnode.dev4 min read