Using Linked Lists At Work Using Python

Liu Zuo Lin
Level Up Coding
Published in
2 min readMay 9, 2024

--

We probably won’t use these fancy data structures like linked lists, binary trees, AVL trees or whatever in our day-to-day work.

^ you’ve probably heard this quite a bit when studying for data structures and algorithms — while these might appear numerously in coding interviews, we are much less likely to use these fancy data structures and algorithms when doing work and building our applications.

--

--