Study

Data Structures

  •   0%
  •  0     0     0

  • What are lists?
    also called linkedlists they store data in nodes that are linked
  • What are arrays?
    they are a simple data structure with fast lookup but slow adding of new items
  • What are data structures?
    they are programming concepts for organizing data in memory
  • What are dictionaries?
    also called hashmaps these are key-value pairs