Data Structures

Data Structures are a way to organize information

What are Data Structures? πŸ—ƒοΈ

Data Structures are a way to organize, access, search, add, remove & store information.

Lets Go Back to KindergartenπŸŽ’

Primitives: The simplest type of data

  • learning the ABCs and the 123s πŸ‘Ά

  • The basic building blocks 🧱

Array: is an ordered list

  • Creating a line πŸ” 🚢 πŸšΆβ€β™€οΈ πŸšΆβ€β™‚οΈ

  • Shopping list πŸ›’

Dictionaries: is a collection of key value pairs

  • Storing packed lunches in a classroom πŸ—οΈ πŸ“₯ πŸ“€

Linked List: is a linear list

  • Counting to 10 ☝️ ✌️ 🀟

Tree: is data in a hierarchical tree structure

  • Finding events in the calendar πŸ“†

    • Year -> Month -> Day

Network: is a collection of connected things

  • Teacher student interactions & behavior πŸ‘₯

Last updated