Algorithm Analysis (CSC 301 2015F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] [FAQ] [IRC] [Teaching & Learning]
Current: [Outline] [EBoard] [Reading] [Lab] [Assignment]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Algorist]
Related Courses: [Walker (2014F)]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] [Issue Tracker]
Held: Friday, 18 September 2015
Back to Outline 09 - Hash Tables. On to Outline 11 - Binary Search Trees.
Summary
We consider some basic issues of the tree ADT and data structure.
Related Pages
Overview
Administrivia
SetOfStrings Implementations
SetOfStrings ADT provides
add(set,val), remove(set,val), contains(set,val)union(set,set), subtract(set,set)SetofStrings.
(You need not write code; just describe memory arrangement and
related issues.)