Linked List (1) - Basic Structure & Print List
영어 부연 설명:
prepend: adding an element to the front of a list (Linked List 맨 앞에 요소 추가)
append: adding an element to the end of a list (Linked List 맨 뒤에 요소 추가)
The basic structure of a Linked List
Image: https://media.geeksforgeeks.org/wp-content/u...
kiwicodenest.hashnode.dev3 min read