Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 845 Bytes

File metadata and controls

26 lines (17 loc) · 845 Bytes

Algo Crushers

알고리즘과 자료구조를 정리하는 정적 스터디 노트입니다.

구성

  • 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을 진입점으로 사용하면 됩니다.

페이지 추가

  1. *.html 페이지를 만듭니다.
  2. study_notes.cssstudy_notes_theme.js를 공통으로 연결합니다.
  3. index.html에 새 페이지 링크를 추가합니다.