All about cracking the code challenge[1][2].
# Procedure to answer code interview question
- Clarify the ambiguity after reading the question
- Describe the ideas of how to solving before coding
- Boundary condition in coding
- Ask for the suggestions of any improvement
# Problem
# Dynamic Programming
# Greedy
# Recursive
# Data Structure
# List
# Tree
# Hash Map
# Graph
https://leetcode.com/problems/divide-two-integers/
https://blog.csdn.net/weixin_38118016/article/details/90761111