My favorites | Sign in
Project Logo
             
Search
for
Updated Sep 07, 2008 by bmatheny
DataStructures  
List of must know data structures.

Introduction

There 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 Structures

ComparisonOfDataStructures

Linear data structures

List (or vector or sequence)

Associative array (a.k.a. dictionary or map)

Non linear data structures

Graph data structures

Tree data structures


Sign in to add a comment
Hosted by Google Code