Skip to content

tokencipher/algorithmsjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

White Boarding Advice

Resources:

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! Don't stay stuck on a problem for too long. You'll benefit more from studying the solution and trying again afterwards.

Summary

During a white board session, go step by step, asking questions throughout:

  1. Analyze and question
    • What does the algorithm do?
    • What are the inputs and outputs (data types)?
    • Any restraints or rules?
  2. Example/test of how it will be used
  3. Visualize and discuss (draw it out if necessary)
  4. Pseudocode the approach
  5. Code

About

Algorithm exercises for learning and practicing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%