Skip to content

Commit 69b1f48

Browse files
committed
Add readme.
1 parent ced1b2a commit 69b1f48

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHEAT_SHEET.md

Whitespace-only changes.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# White Boarding Advice
2+
3+
Resources:
4+
* [Algorithm Deck](https://drive.google.com/open?id=1raZx8K8cWmQkwmjxJ3qZ-GG6zEAawtsmtGgxnd-DXfU)
5+
6+
*Summary*
7+
8+
During a white board session, go step by step, asking questions throughout:
9+
10+
1. Analyze and question
11+
* What does the algorithm do?
12+
* What are the inputs and outputs (data types)?
13+
* Any restraints or rules?
14+
2. Example/test of how it will be used
15+
3. Visualize and discuss (draw it out if necessary)
16+
4. Pseudocode the approach
17+
5. Code

0 commit comments

Comments
 (0)