Algorithms Crossword Puzzle

Algorithms crossword puzzle printable. Download, print and start playing. You can add your own words to customize or start creating from scratch.

Recommended: Check out this Advance Crossmaker Maker to create commercial use printable puzzles.

Title

Words List(answer : question or clue)


Shuffle questions

Puzzle Size:

Font / Cell Box Style


TIP: Use update button to toggle answers or apply styles like font, cell spacing, cell shades, puzzle size or paper output without generating the new puzzle.
Generate New Update Style Browse Gallery
Algorithms Crossword Puzzle

Make sure to regenerate the puzzle to apply any changes.

Select an option:


Output:  

Download Print

Try this another Crossword Puzzle Maker with different layouts.

Download will include unfilled worksheet and an answer key sheet.

QUESTIONS LIST: stack : last in first out abstract data structure, binary search : divide and conquer searching algorithm, depth first : traversing a tree as far along each branch as possible, dijkstra : algorithm used to find the shortest distance between 2 nodes, quick sort : sorting algorithm that uses pivots and partitions, breadth first : traversing a tree along an entire level first, bubble sort : sorting algorithm that uses swaps and passes, insertion sort : sorting algorithm that places items in the correct place one at a time, big o : measure of the complexity of an algorithm, merge sort : divide and conquer sorting algorithm, linked list : nodes contain data and pointers, queue : first in first out abstract data structure, linear search : sequential searching algorithm