정렬

김동호·2022년 4월 29일
0

datastructure

목록 보기
2/3
post-thumbnail

정렬

  • 데이터를 순서대로 나열하는 방법을 의미합니다. 
    • ex) 큰수 -> 작은수, 작은수 -> 큰수
  1. Bubble-Sort (버블)
  2. Select-Sort(선택)

참고

<생활 코딩> https://opentutorials.org/course/543/6046

<알고리즘을 시각적으로 학습할 수 있도록 돕는 서비스> http://www.comp.nus.edu.sg/~stevenha/visualization/index.html

 [VisuAlgo moves to https://visualgo.net/en

www.comp.nus.edu.sg](http://www.comp.nus.edu.sg/~stevenha/visualization/index.html)

profile
Backend Dev

0개의 댓글