freeCodeCamp/guide/chinese/book-recommendations/algorithms-in-js-books/index.md

23 lines
933 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Algorithms in JavaScript books
localeTitle: JavaScript书籍中的算法
---
### 书籍清单
_JavaScript中的数据结构_
* 免费书籍涵盖JavaScript中的数据结构
* [GitBook](https://www.gitbook.com/book/pmary/data-structure-in-javascript/details)
_学习JavaScript数据结构和算法 - 第二版_
* 涵盖面向对象编程,原型继承,排序和搜索算法,快速排序,合并排序,二叉搜索树和高级算法概念
* [亚马逊](https://www.amazon.com/Learning-JavaScript-Data-Structures-Algorithms/dp/1785285491)
* ISBN-13978-1785285493
_使用JavaScript的数据结构和算法将经典计算方法引入Web_
* 涵盖递归,排序和搜索算法,链表和二叉搜索树。
* [亚马逊](https://www.amazon.com/Data-Structures-Algorithms-JavaScript-approaches/dp/1449364934)
* ISBN-13978-1449364939
请随意添加您认为有用的更多内容!