ACM CCECC
[Operations on Linked Lists]
SDF-10. Create simple programs that include each of the following data structures: lists, stacks, queues, hash tables, graphs, and trees.
CS2
[Operations on Linked Lists]
130.422.c.3.h Identify and use a list object data structure to traverse, search, insert, and delete data.
Structured data types available in the chosen programming language like sequences (e.g., arrays, lists), associative containers (e.g., dictionaries, maps), others (e.g., sets, tuples) and when and how to use them.
Standard abstract data types such as lists, stacks, queues, sets, and maps/dictionaries [Shared with: AL]
Lists: Single and Doubly Linked Lists
Sets, relations, functions
Explain with examples the basic terminology of functions, relations, and sets.
Perform the operations associated with sets, functions, and relations.
Relate practical examples to the appropriate set, function, or relation model, and interpret the associated operations and terminology in context.