Switch language한국어
Back to the list

The four programming questions from my 1994 Microsoft internship interview (2023) | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Hacker News post revived four programming questions from a 1994 Microsoft internship interview.

  2. Discussion focused on the flood-fill color check and circle-drawing problem, with solutions using lookup tables, bitmasking, symmetry, and Bresenham-style algorithms.

  3. Commenters also clarified the older graphics constraints, including indexed color, CGA-style memory limits, and the avoidance of floating point.

  4. The thread shows how early Microsoft interviews tested practical coding, low-level graphics knowledge, and algorithmic reasoning shaped by 90s hardware.

Read the original