Tag: linked-list
-
Reverse Linked List (LeetCode) – Iterative and recursive implementation
Happy New Year, everyone! On the very first day of 2020, let’s jump to a problem that has been asked all the time during the interview – Reverse A Linked […]
-
A Quick Introduction of the Top Data Structures for Your Programming Career & Next Coding Interview
Niklaus Wirth, a Swiss computer scientist, wrote a book in 1976 titled Algorithms + Data Structures = Programs. 40+ years later, that equation still holds true. That’s why software engineering candidates […]
-
Familiar With Arrays? But What About The Linked-List?
In computer science, the term data structure is used to describe a data organization and storage format that enables efficient access and modification. Simply put, the data structure is a […]