- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 138字
- 2021-06-30 19:12:05
Preface
The main focus of this book is employing data structures and algorithms in real-world web applications using JavaScript.
With JavaScript making its way onto the server side and with Single Page Application (SPA) frameworks taking over the client side, a lot, if not all, of the business logic, is being ported over to the client side. This makes it crucial to employ hand-crafted data structures and algorithms that are tailor-made for a given use case.
For example, when working on data visualizations such as charts, graphs, and 3D or 4D models, there might be tens or even hundreds of thousands of complex objects being served from the server, sometimes in near real time. There are more ways than one in which this data can be handled and that is what we will be exploring, with real-world examples.
- INSTANT Mock Testing with PowerMock
- 程序員面試算法寶典
- C#程序設計(慕課版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Elastic Stack應用寶典
- Blender 3D Incredible Machines
- Visual C++開發入行真功夫
- Access 2010數據庫應用技術(第2版)
- C和C++游戲趣味編程
- C語言程序設計
- Extending Unity with Editor Scripting
- R Data Science Essentials
- Visual C++從入門到精通(第2版)
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Swift 2 Blueprints