|
DataStructures
List of must know data structures.
IntroductionThere are a variety of data structures that we rely on as software engineers on a daily basis. Below is a list of the most commonly used ones. These have mostly been taken from the wikipedia list of data structures and augmented where neccessary. These are data structures I have run into or relied on in the past 10 years. If I have never run into it, it didn't make the list. List of Common Data StructuresComparisonOfDataStructures Linear data structuresList (or vector or sequence)
Associative array (a.k.a. dictionary or map)
Non linear data structuresGraph data structures
Tree data structures
|
Sign in to add a comment