Upgrade to Pro — share decks privately, control downloads, hide ads and more …

a data structures primer

a data structures primer

A general overview of data structures and algorithms presentation given at the SheCodesAfrica online webinar

Frank Tamre

August 27, 2020
Tweet

More Decks by Frank Tamre

Other Decks in Technology

Transcript

  1. Data Structures Is a data organization, management and storage format

    that enables efficient access and modification.
  2. Data Structures Can loosely classify them as of: • a

    Linear type. • the Trees type. • the Hashes type. • the Graphs type.