Seongjin Parkseongjin.hashnode.devยทSep 15, 2023Data Structure :: Singly Linked ListsWhat is a linked list?A data structure that contains a head, tail and length property. Linked lists consist of nodes, and each node has a value and a pointer to another node or null. Everything is about node, and how to set .next to some value..! cla...datastructureAdd a thoughtful commentNo comments yetBe the first to start the conversation.