Data Structure

정렬

Raconer 2023. 4. 15. 16:43
728x90
  1. 정렬이란?
    • 데이터를 순서대로 나열하는 방법을 의미합니다.
    • ex) 큰수 -> 작은수, 작은수 -> 큰수

www.youtube.com](https://youtu.be/Ns4)


참고

<생활 코딩> 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)

728x90

'Data Structure' 카테고리의 다른 글

큐(Stack)/스택(Queue)[1]  (0) 2023.04.15
Hash Tables  (0) 2023.04.15
성능 분석  (0) 2023.04.15
자료 구조란?  (0) 2023.04.15