My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

cs2110 crossword puzzle

Teacher: David Gries
Across
First name of an instructor
Author of a CS2110 graph algorithm
Alternative to probing to solve collisions when hashing
First name of an instructor
Use this kind of statement to check preconditions of a method
A stack has a first-in-____-out behavior
Recursively calling the same function forever leads to this kind of Error
Down
This kind of mathematical induction assumes P(n) for n in 0..k
You'' want to use a queue for this kind of graph traversal.
A 2-colorable graph is called this
When a group of threads are waiting to synchronize on an object that another group has already synchronized on, _________ may occur.
Topological sort works only if the directed graph is _____
Make a class this so that it can't be instantiated
Ends recursion and starts a proof by induction (two words)