Youwang Deng

I'm a software developer, familiar with C#, Java, JavaScript, focus on full stack development.

Leetcode Math and Simulation Note

18 Jul 2019 » Leetcode-Math, Algorithm

Math

  • start from base case, check each step and find the logic
  • Fraction Simulation
  • Factor Observation

Simulation

  • simulate the process
  • be careful about details and corner cases