콘텐츠로 이동

Extra Resources

이 섹션에서는 문서 외의 추가 리소스들을 확인할 수 있습니다.


Interactive Tools

Algorithm Simulator

실시간으로 알고리즘과 자료구조를 시각화하고 학습할 수 있는 인터랙티브 시뮬레이터입니다.

  • Binary Search Tree (BST) - 삽입, 삭제, 탐색 시각화
  • Hash Table - Linear Probing 충돌 해결
  • Sorting Algorithms - Quick Sort, Merge Sort, Heap Sort
  • Heap - Max/Min Heap 연산

Code & Scripts

  • Algorithm Code


    알고리즘 구현 코드 (Python, JavaScript, Java, Rust)

    Browse

  • Utility Scripts


    배포, 백업, 유틸리티 셸 스크립트

    Browse

  • Docker Configs


    Docker 이미지, Compose 파일, 문서

    Browse

  • Service Configs


    Nginx, HAProxy, 모니터링 설정 파일

    Browse


Documents

  • Project Docs


    프로젝트 기획서, 요구사항 문서, 설계 문서

    Browse

  • Legacy Docs


    이전 버전 문서, 아카이브

    Browse

  • AI Prompts


    AI 프롬프트 템플릿, 가이드

    Browse

  • MCP Configs


    Model Context Protocol 설정

    Browse

  • Memo


    메모, 임시 문서

    Browse


Resource Description Type
Algorithm Simulator 인터랙티브 알고리즘 시각화 Web App
Simulator Sources Python/JavaScript/Java 시뮬레이터 소스 Source
Architect Code 알고리즘 풀이 아카이브 Code
BST Implementation 4개 언어 BST 구현 Multi-lang
Deploy Script 배포 스크립트 Shell
Docker Images 개발 환경 Docker 이미지 Docker