RU EN
Книги для разработчиков

Data Structures and Algorithms with JavaScript

Data Structures and Algorithms with JavaScript

Автор:
Год:
Страниц:
246
Просмотров:
1642
Data Structures and Algorithms with JavaScript favorites 0
Описание

As an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms associated with conventional object-oriented languages like C# and Java. This practical guide shows you how to work hands-on with a variety of storage mechanisms—including linked lists, stacks, queues, and graphs—within the constraints of the JavaScript environment.

Determine which data structures and algorithms are most appropriate for the problems you’re trying to solve, and understand the tradeoffs when using them in a JavaScript program. An overview of the JavaScript features used throughout the book is also included.

This book covers:

  • Arrays and lists: the most common data structures.
  • Stacks and queues: more complex list-like data structures.
  • Linked lists: how they overcome the shortcomings of arrays.
  • Dictionaries: storing data as key-value pairs.
  • Hashing: good for quick insertion and retrieval.
  • Sets: useful for storing unique elements that appear only once.
  • Binary Trees: storing data in a hierarchical manner.
  • Graphs and graph algorithms: ideal for modeling networks.
  • Algorithms: including those that help you sort or search data.
  • Advanced algorithms: dynamic programming and greedy algorithms.
Похожее
Professional JavaScript for Web Developers, 3rd Edition
Автор: Nicholas C. Zakas
Год: 2011
As the key scripting language for the web, JavaScript is supported by every modern web browser and allows developers to create client-side scripts that take advantage of features such as animating the canvas tag and enabling client-side storage and application...
DOM Enlightenment
Автор: Cody Lindley
Год: 2013
With DOM Enlightenment, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to...
Создаем динамические веб-сайты с помощью PHP, MySQL, JavaScript, CSS и HTML5
Автор: Робин Никсон
Год: 2016
Научитесь создавать интерактивные сайты, активно работающие с данными, воплощая в них мощные ком-бинации свободно распространяемых технологий и веб-стандартов. Для этого достаточно обладать базовымизнаниями языка HTML. Это популярное и доступное пособие поможет вам уверенно освоить динамическоевеб-программирование с применением самых современных языков...
JavaScript Enlightenment
Автор: Cody Lindley
Год: 2011
This book is not about JavaScript design patterns or implementing an object-oriented paradigm with JavaScript code. It was not written to distinguish the good features of the JavaScript language from the bad. It is not meant to be a complete...
Написать сообщение
Тип
Почта
Имя
*Сообщение
RSS
Если вам понравился этот сайт и вы хотите меня поддержать, вы можете
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
Модуль, пакет, библиотека, фреймворк: разбираемся в разнице
Vite.js: что это и зачем нужно веб-разработчику
9 главных трендов в разработке фронтенда в 2024 году
Hangfire — планировщик задач для .NET
Почему сеньоры ненавидят собеседования с кодингом, и что компании должны использовать вместо них
OWASP: что это такое и что нужно знать веб-разработчикам
Мои 7 правил при собеседовании разработчиков
Асинхронный JavaScript: изучаем Async/Await, Callbacks и Promises
Функции и хранимые процедуры в PostgreSQL: зачем нужны и как применять в реальных примерах
Boosty
Donate to support the project
GitHub account
GitHub profile