SSU:Tructure 는 자료구조와 알고리즘의 동작 과정을 웹으로 시뮬레이션 할 수 있는 프로젝트입니다.
Linux
Windows WSL
Windows Git Bash
Node js & NPM
with npm :
npm install
To Build :
git clone https://github.com/vvsos1/ssutructure
cd ssutructure
bash build.sh
cd output
After Build:
bash start-server.sh
- 김시은 - Insertion Sort, Hash Table
- 김종원 - Selection Sort, Stack&Queue
- 박명규 - BubbleㆍQuick Sort, Tree
- 이진석 - UI
- 정예원 - UI