Leetcode - linked list
After solving 10 linked list problems, some algorithms are used over and over again. I would like to write down the ideas before I forget them again. Many questions are using a singly linked list Create and append - use two pointers /** * Defini...
Mar 26, 20252 min read11