Game Preview

Data Structures

  •  English    4     Public
    it's about data duh
  •   Study   Slideshow
  • What are data structures?
    they are programming concepts for organizing data in memory
  •  15
  • What are arrays?
    they are a simple data structure with fast lookup but slow adding of new items
  •  15
  • What are dictionaries?
    also called hashmaps these are key-value pairs
  •  15
  • What are lists?
    also called linkedlists they store data in nodes that are linked
  •  15