Coder Social home page Coder Social logo

samhou1988 / hands-on-data-structures-and-algorithms-with-javascript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/hands-on-data-structures-and-algorithms-with-javascript

0.0 1.0 0.0 2.3 MB

Hands-On Data Structures and Algorithms with JavaScript, published by Packt

License: MIT License

TypeScript 47.71% JavaScript 20.01% HTML 30.35% CSS 0.43% SCSS 1.50%

hands-on-data-structures-and-algorithms-with-javascript's Introduction

Hands-On Data Structures and Algorithms with JavaScript

This is the code repository for Hands-On Data Structures and Algorithms with JavaScript, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The screenshots in this book are taken on a macOS. There would be little difference (if any) for users of any other OS. The code samples, however, would run without any discrepancies irrespective of the OS. Anywhere we have CMD/cmd/command specified, please use CTRL/ctrl/control key on the windows counterpart. If you see return, please use Enter and if you see the term terminal/Terminal please use its equivalent command prompt on windows. In this book, the code base is built incrementally as the topic progresses. So, when you compare the beginning of a code sample with the code base in GitHub, be aware that the GitHub code is the final form of the topic or the example that you are referring to.

The code will look like the following:

var express = require('express');
var app = express();
var data = require('./books.json');
var Insertion = require('./sort/insertion');

Basic knowledge of JavaScript, HTML, and CSS Have Node.js installed (https://nodejs.org/en/download/) Install WebStorm IDE (https://www.jetbrains.com/webstorm/download) or similar A next-generation browser such as Google Chrome (https://www.google.com/chrome/browser/desktop/) Familiarity with Angular 2.0 or greater is a plus but is not required

Related Products

hands-on-data-structures-and-algorithms-with-javascript's People

Contributors

packt-itservice avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.