DataStructures-and-Algorithms

Interview 02

Generate the nth Fibonacci number, 2 different ways.

Specifications

Feature Tasks

Structure

Familiarize yourself with the grading rubric, so you know how to score the interview.

Look for effective problem solving, efficient use of time, and effective communication with the whiteboard space available.

Every solution might look a little different, but the candidate should be able to at least convince you that their code works to solve the problem.

Assign points for each item on the Rubric, according to how well the candidate executed on that skill.

Add up all the points at the end, and record the total at the bottom of the page.

Example

Input Output
0 0
1 1
2 1
3 2
4 3
5 5
6 8
7 13
8 21
... ...
14 377
... ...
45 1134903170
... ...

Documentation

Record detailed notes on the rubric, to share with the candidate when the interview is complete.