This shows you the differences between two versions of the page.
Next revision | Previous revision Last revision Both sides next revision | ||
comps:prompts [2016/05/10 14:18] scarl created |
comps:prompts [2019/02/26 16:30] scarl |
||
---|---|---|---|
Line 3: | Line 3: | ||
CS 320 | CS 320 | ||
* Trees: B-tree, BSP trees, r-trees, Tries and general prefix trees, quadtrees | * Trees: B-tree, BSP trees, r-trees, Tries and general prefix trees, quadtrees | ||
+ | |||
+ | |||
+ | | [[https://en.wikipedia.org/wiki/B-tree|B-tree]] | | ||
+ | | [[https://en.wikipedia.org/wiki/Red%E2%80%93black_tree|Red-Black Trees]] | | ||
+ | | [[https://en.wikipedia.org/wiki/Ternary_search_tree|Ternary Search Trees]] | | ||
+ | | [[https://en.wikipedia.org/wiki/Splay_tree|Splay Trees]] | | ||
+ | | [[https://en.wikipedia.org/wiki/Binary_space_partitioning|BSP Trees]] | | ||
+ | | [[https://en.wikipedia.org/wiki/Trie|Tries]] | | ||
+ | | [[https://en.wikipedia.org/wiki/R-tree|R tree]] | | ||
+ | |||
CS 370 | CS 370 | ||
* IEEE 746 floating-point format | * IEEE 746 floating-point format | ||
Line 10: | Line 20: | ||
* Stack exploits and their avoidance | * Stack exploits and their avoidance | ||
* CS:APP topics not covered in class | * CS:APP topics not covered in class | ||
+ | |||
+ | |||
+ | [[comps:E16|Prev1]] | ||
+ | |||
+ | [[comps:done:E18|Prev2]] |