Creado por Ruth Hyndman
hace casi 9 años
|
||
What is a data structure?
Why do we use data structures?
Give examples of some data structures.
Several Little Horses Spit Quills Simultaneously
Describe and give an example of a static array.
Describe and give an example of a Linked list.
Describe and give an example of a Hash table.
Describe and give an example of a String.
???AND THEIR USE????
Describe and give an example of a Queue.
Describe and give an example of a Stack.
Explain Static Arrays, their design and their use.
????INSTANTIATION???
Explain 2D Arrays, their design and their use.
Explain Array Lists, their design and their use.
__________________________
Explain Strings, their design and their use.
Give examples of some common string functions.
Using a linked list
Using an ArrayList
Use of a hash table
How to create a string
Use of stack
Use of Queue