- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 192字
- 2021-06-30 19:12:06
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The native array operations have varying time complexities. Let's take Array.prototype.splice and Array.prototype.push."
A block of code is set as follows:
class Stack {
constructor() {
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
var express = require('express');
var app = express();
var data = require('./books.json');
var Insertion = require('./sort/insertion');
Any command-line input or output is written as follows:
ng new back-button
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "When the user clicks on the back button, we will navigate to the previous state of the application from the stack."
- Spring 5企業級開發實戰
- 小創客玩轉圖形化編程
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- JavaScript+jQuery開發實戰
- GitLab Repository Management
- Practical Windows Forensics
- Implementing Cisco Networking Solutions
- Mastering Rust
- Mastering Business Intelligence with MicroStrategy
- Java程序設計案例教程
- C++ Fundamentals
- Clojure Web Development Essentials
- 詩意的邊緣
- Mastering R for Quantitative Finance