General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Aaron Jack
comments
Comments by "" (@codefallacy) on "How to Solve Coding Problems (the best way to learn)" video.
UPER process helps me. Understand: what is being asked? ask clarifying questions, understand what the expected output is. Plan: develop a few approaches to a solution. doesn't have to be the most efficient solution, but have multiple approaches. Excecute: implement the quickest solution (not the most efficient but the fastest you can type). Review: make sure you review your code and identify ways to improve the first solution.
2