Skip to content

Instantly share code, notes, and snippets.

@gitgitWi
Last active November 8, 2023 17:29
Show Gist options
  • Save gitgitWi/50fe670d18f9e0219c0ca8a5d9ffe5f8 to your computer and use it in GitHub Desktop.
Save gitgitWi/50fe670d18f9e0219c0ca8a5d9ffe5f8 to your computer and use it in GitHub Desktop.
블로그들에서 수집한 알고리즘 공부방법, 순서

알고리즘 공부방법/순서

출처 : 박트리

https://baactree.tistory.com/14

소프트웨어 직군 역량평가를 위한 알고리즘

  • 삼성 SW 역량테스트의 경우에는 초급부문에서만 출제

알고리즘 초급

알고리즘 중급



알고리즘 문제풀이(PS) 시작하기

출처: plzrun's algorithm

https://plzrun.tistory.com/entry/알고리즘-문제풀이PS-시작하기

입출력

10분 이내 풀 것

DP

1시간 이내 풀 것

기초2

그래프 (BFS / DFS)

이분탐색/삼분탐색

분할정복

그리디

완전탐색 (exhaustive search)


종만북

  • 1권 수치해석 부터
  • 2권

프로그래밍 콘테스트 챌린징


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment