image top
Giỏ hàng Giỏ hàng 0
Không có sản phẩm trong giỏ hàng.
Email cho bạn bè

JavaScript Data Structures and Algorithms

139,000₫

A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions.

  • ✪ Miễn phí GIAO HÀNG đơn hàng từ 399.000đ
  • ✪ Giao hàng COD toàn quốc nhanh chóng từ 2 - 4 ngày
  • ✪ Giao hàng HOẢ TỐC trong nội thành Hà Nội
  • ✪ Hỗ trợ xuất hóa đơn VAT theo yêu cầu
JavaScript Data Structures and Algorithms (Sách gia công, Bìa mềm)
JavaScript Data Structures and Algorithms
 
Thể loại:Computers - Programming
Năm:2019
In lần thứ:Paperback
Ngôn ngữ:English
Trang: 362
 
Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions.
 
You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching.
 
It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. WithJavaScript Data Structures and Algorithmsyou canstart developing your knowledge and applying it to your JavaScript projects today.
 
What You'll Learn
 
Review core data structure fundamentals: arrays, linked-lists, trees, heaps, graphs, and hash-table
Review core algorithm fundamentals: search, sort, recursion, breadth/depth first search, dynamic programming, bitwise operators
 
Examine how the core data structure and algorithms knowledge fits into context of JavaScript explained using prototypical inheritance and native JavaScript objects/data types
 
Take a high-level look at commonly used design patterns in JavaScript
Who This Book Is For