Implementing the Linked List and Selection Sort in python! (from scratch)

Jake
Towards Data Science
4 min readFeb 8, 2020

--

Credit: PixaBay.com

In this post, I’m going to implement the linked list from scratch and build important functionality such as insertion (and insert_at), deletion, swap, and sort. As data science graduate student, I find that the lion’s share of the material focuses on the statistics and mathematics behind machine learning. Undoubtedly, success here is paramount to a career in data…

--

--