728x90
시각화 사이트
- visualgo 사이트에 접속한다
- Binary Heap을 클릭한다
- 설명서는 읽어도 되고, 안읽어도 된다
- 좌측 하단에 보면 "Create(A)-O(NlogN)"을 클릭한다(참고로 최대힙임)
- "A= 원하는 값을 넣기" 원하는 값을 넣고, Go를 누르면 실행된다
visualising data structures and algorithms through animation - VisuAlgo
VisuAlgo is free of charge for Computer Science community on earth. If you like VisuAlgo, the only "payment" that we ask of you is for you to tell the existence of VisuAlgo to other Computer Science students/instructors that you know =) via Facebook/Twitte
visualgo.net
728x90
'알고리즘&문제' 카테고리의 다른 글
[알고리즘] 입력 속도 비교 ( Python3, Pypy3) - input() vs sys.stdin.readline() (0) | 2022.08.18 |
---|---|
[알고리즘] Unpacking, List Comprehension, Dictionary 잘 쓰기, Sorting, Combination/Permutation, for, while문 에서의 else, Enumerate, Counter (0) | 2022.08.17 |
[백준] 백준 문제 풀기 환경 설정 & replit 사용 (0) | 2022.04.10 |
[알고리즘] 자료구조란 (0) | 2022.04.08 |