An open API service indexing awesome lists of open source software.

https://github.com/wonism/datastructures-and-algorithms-with-js


https://github.com/wonism/datastructures-and-algorithms-with-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Data Structures & Algorithms with Java Script
## Install (Spider Monkey)
- [Spider Monkey Installation](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/install-spidermonkey.md)

"Data Structures & Algorithms with JavaScript(한빛 미디어 출판, Michael McMillan 저, 우정은 역)"을 공부하며 작성한 스터디 자료입니다.
자료에 문제가 있거나 막히는 부분에 대해서는 [Issue 등록](https://github.com/wonism/datastructures-and-algorithms-with-js/issues/new)을 해주시면 확인하도록 하겠습니다.

![](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/img/book-front.jpg)

## Contents
- [1. 자바스크립트 프로그래밍 환경과 모델](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-01.md)
- [2. 배열](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-02.md)
- [3. 리스트](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-03.md)
- [4. 스택](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-04.md)
- [5. 큐](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-05.md)
- [6. 연결 리스트](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-06.md)
- [7. 딕셔너리](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-07.md)
- [8. 해싱](https://github.com/wonism/datastructures-and-algorithms-with-js/blob/master/ch-08.md)
- 9. 집합
- 10. 이진 트리와 이진 검색 트리
- 11. 그래프와 그래프 알고리즘
- 12. 정렬 알고리즘
- 13. 검색 알고리즘
- 14. 고급 알고리즘