알고리즘과 자료구조를 정리하는 정적 스터디 노트입니다.
index.html: 메인 진입 페이지heap_lecture.html: 힙 스터디 노트study_notes.css: 공용 스타일study_notes_theme.js: 다크/라이트 모드 토글heap_lecture.js: 힙 페이지 동작heap_lecture_data.js: 힙 시뮬레이션 데이터heap_lecture_render.js: 힙 SVG 렌더링 로직
브라우저에서 index.html을 열면 됩니다.
GitHub Pages로 배포할 때는 저장소를 정적 사이트로 발행하고 index.html을 진입점으로 사용하면 됩니다.
- 새
*.html페이지를 만듭니다. study_notes.css와study_notes_theme.js를 공통으로 연결합니다.index.html에 새 페이지 링크를 추가합니다.