Algorithm Crossword Puzzle

Download and print this Algorithm crossword puzzle.

Algorithm Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 
Edit Print PDF - Letter PDF - A4
Become a premium member and you will get
  • Practically unlimited downloads/day
  • No Ads - Distraction free and fast browsing
  • No Recurring Fee - One time fee for 1 to 6 months; Renew manually
  • No Long Term Commitment - Renew whenever you need

Become a PRO Member Already a member? Sign In

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • algorithm : step-by-step procedure for problem-solving.
  • binary : number system with base 2.
  • data : facts and statistics collected together.
  • loop : repeating sequence in programming.
  • sort : to arrange or organize.
  • function : block of code that performs a task.
  • variable : storage location for data in programming.
  • recursion : a function that calls itself.
  • array : ordered series of elements.
  • iteration : repetition of a process.
  • complexity : measure of resources needed for an algorithm.
  • graph : data structure with nodes and edges.
  • queue : linear structure, first-in, first-out order.
  • stack : linear structure, last-in, first-out order.
  • hash : converts input to fixed-size output.
  • search : to look for information.
  • tree : hierarchical structure with nodes and edges.