/algorithm-and-interview

studies for jobs - algorithms and interviews

Primary LanguagePython

description

histories

  • 2019.01.21 - migration 완료
  • 2019.01.28
    • 알고리즘 문제를 풀 때 python maximum call stack 주의!!!
    • import sys
      sys.setrecursionlimit(1500)
      
  • 2019.02.08 - https://programmers.co.kr/learn/challenges(hash, heap, bfs/dfs, 완전탐색) 완료
  • 2019.02.09 - 가상메모리/page fault 정리, process vs thread 정리, scheduling 정리, concurrent vs parallel 정리, critical section/mutex/semaphore/deadlock/livelock 정리
  • 2019.02.20
    • study meaning of asterisk(*) in python function definition
    • study python annotation
    • leetcode algorithm 104, 406 solved
  • 2019.03.11 - leetcode algorithm 78 solved
  • 2019.03.15 - leetcode algorithm 300 solved
  • 2019.03.18 - leetcode algorithm 75 solved
  • 2019.04.29 - memory 영역(stack, heap) 정리