/Algorithm-JavaScript

JavaScript 자료구조와 알고리즘

Primary LanguageJavaScript

DataStructures&Algorithm

GitHub last commit Guide Documents Version
이 저장소에는 많이 알려진 알고리즘 및 자료 구조의 Javascript 기반 예제를 담고 있습니다.
각 알고리즘과 자료 구조에 대해 연관되어 있는 설명이 Wiki에 작성되어 있습니다.

Goals

  • 자료구조의 빅 오 (Big O)을 이해 할 수 있습니다.
  • 자료구조와 알고리즘을 암기가 아닌 이해 할 수 있습니다.
  • 해시테이블, 퀵소트, 머지소트 등 자료 구조에 대해 의사코드를 설명 할 수 있습니다.

Installation

각 폴더별로 npm packages를 설치를 합니다.

npm packages

npm install

Node 실행

npm start

Jest 실행

npm test

Content

Guide Documents

자세한 내용을 확인 하고 싶으시면, Wiki Documentation를 참조 하시면 됩니다.