吹拉弹唱


  • Home
  • Archive
  • Categories
  • Tags
  • Books
  •  

© 2022 Kleon

Theme Typography by Makito

Proudly published with Hexo

Code - Outline

Posted at 2022-05-05Updated at 2022-05-05 interview  interview algorithm 

All about cracking the code challenge[1][2].

  • Procedure to answer code interview question
  • Problem
    • Dynamic Programming
    • Greedy
    • Recursive
  • Data Structure
    • List
    • Tree
    • Hash Map
    • Graph

# 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


  1. High Frequency Interview Questions and Answers ↩︎

  2. 高频算法题 ↩︎

Share 

 Previous post: Code - Dynamic Programming Next post: Tech - Flutter 

© 2022 Kleon

Theme Typography by Makito

Proudly published with Hexo