Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 467 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 467 Bytes

Essential Coding Interview Questions

Problem-Solving Tips:

  1. Think "on paper".

    Before start coding ensure that you have the right solution in concept. Ask yourself how you would solve the problem on paper. Consider also how your solution scales.

  2. Big picture first, then details.

  3. Communicate well.

    Make sure that the interviewer understands what are you thinking about. Clarify the problem if necessary.