# coding interview
217. Contains Duplicate
Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct.Example 1:Inp
[Leet Code] 283. Move Zeroes
Move ZeroesGiven an integer array nums, move all 0's to the end of it while maintaining the relative order of the non-zero elements.Note that you must
Coding Interview Patterns (Python)
Sliding WindowTwo PointersFast and Slow Pointershttps://www.youtube.com/watch?v=wjYnzkAhcNkMerge Intervals
[면접기술] big-O
점근적 실행 시간(asymptotic runtime) 또는 big-O 시간에 대한 개념big-O : 시간의 상한big-Ω : 시간의 등가 혹은 하한big-Θ : big-O과 big-Ω 둘을 모두 의미한다.알고리즘에서는 시간뿐만 아니라 메모리(혹은 공간)또한 신경 써야

코딩테스트 책 추천
Cracking The Coding Interview 바로가기 미국에서 열심히 개발 공부를 하고 있는 아는 동생에게 "코딩테스트 어떻게 준비해야돼..?" 했더니 이 책을 추천해 주었다.
코딩테스트를 위한 파이썬 정리
알고리즘 스터디를 위해 파이썬에서 코딩테스트를 위해 자주 쓰이는 연산자와 내장함수 관련 내용을 간략하게 정리해봤다.연산자문자열과 리스트조건표현식의 줄임이터레이터의 생략이어보기
Pair Coding Interview-06
서울에서 김서방 찾기https://programmers.co.kr/learn/courses/30/lessons/12919
Pair Coding Interview-05
https://programmers.co.kr/learn/courses/30/lessons/12917?
Pair Coding Interview-04
서울에서 김서방 찾기https://programmers.co.kr/learn/courses/30/lessons/12919