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โinc
Data Structures and Algorithms with JavaScript
โ Scribed by Michael McMillan
- Publisher
- O'Reilly Media
- Year
- 2014
- Tongue
- English
- Leaves
- 246
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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
โฆ Subjects
ะะธะฑะปะธะพัะตะบะฐ;ะะพะผะฟัััะตัะฝะฐั ะปะธัะตัะฐัััะฐ;HTML / CSS / JavaScript;
๐ SIMILAR VOLUMES
<p>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&
<p><b>Increase your productivity by implementing complex data structures and algorithms using JavaScript</b></p><h4>Key Features</h4><ul><li>A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental JavaScript data structures</li><li>Get a bett