We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d3ae1 commit c92a725Copy full SHA for c92a725
README.md
@@ -1,12 +1,23 @@
1
# White Boarding Advice
2
3
+*Instructions*
4
+
5
+After cloning:
6
+```
7
+npm install
8
+npm test
9
10
11
+...then make the tests pass
12
13
Resources:
14
* [Algorithm Deck](https://drive.google.com/open?id=1raZx8K8cWmQkwmjxJ3qZ-GG6zEAawtsmtGgxnd-DXfU)
15
* Public Link: https://github.com/code-workshops/algorithmsjs
16
17
Try to practice one algorithm a day. If you don't come up with a solution by the end of the day, _look up the solution and study it_!
18
Don't stay stuck on a problem for too long. You'll benefit more from studying the solution and trying again afterwards.
19
20
21
*Summary*
22
23
During a white board session, go step by step, asking questions throughout:
0 commit comments