TLDR
Fundamentals of Data Structures [Part 1] is a look at what happens to our code in variable assignment. It's a way of organizing data. It's all data in the end. We need a data structure(s) that will allow traversing, insertion, searching, deletion( in case the last casserole was outright nasty), sorting, or merging of bits of data. The how of getting our data and manipulating it from these structures are our algorithms. We'll go into the details soon enough.via the TL;DR App
no story
Written by marvin | Software engineer. I write code and stay weird.