Why there is a need to store and organise data efficiently within specific structures
Explain, design and use of data structures including:
Strings
Arrays
Linked list
Hash table
String
Queue
Stack
Be able to describe an array structure clearly identifying:
How an array can be instantiated How the first item within the array structure can be accessed
Sorting Selection Sort – definitions and why this might be useful to useBubble Sort – definitions and
why this might be useful to useSearchingSequential/Linear/Serial Search – definitions and why this
might be useful to useBinary Search – definitions and why this might be useful to use
Be able to explain Primitive Type, Reference Type and Static