알고리즘&문제

[알고리즘] 자료구조 시각화 사이트

ThLee 2022. 4. 23. 10:55
728x90

시각화 사이트

  1. visualgo 사이트에 접속한다
  2. Binary Heap을 클릭한다
  3. 설명서는 읽어도 되고, 안읽어도 된다
  4. 좌측 하단에 보면 "Create(A)-O(NlogN)"을 클릭한다(참고로 최대힙임)
  5. "A= 원하는 값을 넣기" 원하는 값을 넣고, Go를 누르면 실행된다

https://visualgo.net/en

 

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