- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Loiane Groner
- 239字
- 2021-07-16 10:35:37
JavaScript data structure and algorithms
In this book, you will learn about the most-used data structures and algorithms. However, why use JavaScript to learn about data structures and algorithms? We have already answered this question. JavaScript is very popular and is appropriate to learn about data structures because it is a functional language. Also, this can be a very fun way of learning something new as it is very different from (and easier than) learning about data structures with a standard language such as C or Java. And who said data structures and algorithms were only made for languages such as C and Java? You might need to implement some of these languages while developing for the frontend as well.
Learning about data structures and algorithms is very important. The first reason is that data structures and algorithms can solve the most common problems efficiently. This will make a difference to the quality of the source code you write in the future (including performance; if you choose the incorrect data structure or algorithm, depending on the scenario, you may have some performance issues). Secondly, algorithms are studied in college together with the introductory concepts of computer science. And thirdly, if you are planning to get a job in the greatest IT (Information Technology) companies (such as Google, Amazon, Ebay, and so on), data structures and algorithms are the subjects of interview questions.
Let's get the fun started!
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Java入門很輕松(微課超值版)
- 基于Java技術(shù)的Web應(yīng)用開(kāi)發(fā)
- Functional Programming in JavaScript
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Hands-On Full Stack Development with Go
- Integrating Facebook iOS SDK with Your Application
- Red Hat Enterprise Linux Troubleshooting Guide
- Angular應(yīng)用程序開(kāi)發(fā)指南
- Vue.js 3.x高效前端開(kāi)發(fā)(視頻教學(xué)版)
- Swift 2 Design Patterns
- Learning Zimbra Server Essentials
- Scratch少兒編程高手的7個(gè)好習(xí)慣