Skip to content

알고리즘, 자료구조 학습 기록을 위한 레포지토리

Notifications You must be signed in to change notification settings

parkjiwonnn/Algorithms-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Algorithms

알고리즘, 자료구조 학습 기록을 위한 레포지토리

자료구조

자료구조는 컴퓨터 과학에서 효율적인 접근 및 수정을 가능케 하는 자료의 조직, 관리, 저장을 의미

효과적으로 설계된 자료구조는 실행시간 혹은 메모리 용량과 같은 자원을 최소한으로 사용하면서 연산을 수행하도록 해줌

  • linear_array
  • list
  • queue
  • stack
  • tree
  • graph

알고리즘

문제 해결의 절차 혹은 방법

  • time_complexity

  • brute_force

  • dfs

  • bfs

  • backtracking

  • divide_and_conquer

  • greedy

  • math

  • recursion

  • sorting

About

알고리즘, 자료구조 학습 기록을 위한 레포지토리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages