Edit Game
Data Structures
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   4  Close
What are lists?
also called linkedlists they store data in nodes that are linked
What are dictionaries?
also called hashmaps these are key-value pairs
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