2 - Data structures Flashcards
Introduction to Julia
Name three Julia data structures?
Introduction to Julia
Which data structures are ordered sequences?
Introduction to Julia
Which data sequences are mutable?
Introduction to Julia
How is a tuple created?
Introduction to Julia
How is a tuple indexed?
Introduction to Julia
Can a tuple be updated?
Introduction to Julia
What is a named tuple?
Introduction to Julia
What are two ways an element in a named tuple can be retrieved?
Introduction to Julia
What is a dictionary?
Introduction to Julia
How is a dictionary created?
Introduction to Julia
How can an item from a dictionary be retrieved and deleted at the same time?
Introduction to Julia
Can dictionaries be indexed?
Introduction to Julia
What is an array?
Introduction to Julia
How is an array created?
Introduction to Julia
Can only one type be storied in a single array?