알고리즘을 학습하기전에

Suk Hwang·2022년 3월 24일
0
  1. 문제가 풀릴 때 까지 풀어본다 (실제 인터뷰가 다가오기전까지는)
  2. 문제를 이해하는 시간을 가진다
  3. 직접 써보면서 한다
  4. 힌트는 정말 모르겠을 때, 하나씩만 본다
  5. 최적의 시공간 복잡도를 도출해보고, 비교해보고 부족하면 다시 생각해본다
  6. 모든 주제를 다루어 본다

코딩 스킬에 관하여

There is a saying that coding interview is irrelvant and has serious defects to choose the talented software developer. However, there is a logic behind the 40mintues of coding interview. 40분안에 싹을 파악할 수 있다. 40분 동안 내가 좋은 코더라는 것을 보여줄 수 있는 6가지.
1. descriptive variable naming
2. abstraction - helper functions: separate methods in logical units
3. documentation
4. descriptive codes
예: 조건문을 여러개 붙여 쓰는 것보다, 하나로 묶어서 쓰면 훨씬 자연스럽다
5. idiomatic coding style
6. testing: make sure cover edge cases

profile
New start

0개의 댓글