Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 812b4f8

Browse files
docs: link book online
1 parent 5a99a81 commit 812b4f8

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

‎CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
98
## [Unreleased]
109

1110
### Breaking Changes (major)

‎README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For a full list of all the exposed data structures and algorithms [see](https://
2323

2424
## Book
2525

26-
You can check out the book that goes deeper into each topic and provide additional illustrations and explanations.
26+
You can check out the [dsa.js book](https://gum.co/dsajs) that goes deeper into each topic and provide additional illustrations and explanations.
2727

2828
- Algorithmic toolbox to avoid getting stuck while coding.
2929
- Explains data structures similarities and differences.
@@ -32,7 +32,15 @@ You can check out the book that goes deeper into each topic and provide addition
3232

3333
<a href="https://gum.co/dsajs"><img src="https://user-images.githubusercontent.com/418605/55248546-60ebad80-5220-11e9-8cb5-85923f44e196.png" height="400px" alt="dsajs algorithms javascript book"></a>
3434

35+
The book text is available to read here:
36+
37+
1. [Algorithms Analysis](/amejiarosario/dsa.js/blob/master/book/chapters/part1.adoc)
38+
1. [Linear Data Structures](/amejiarosario/dsa.js/blob/master/book/chapters/part2.adoc)
39+
1. [Non-Linear Data Structures](/amejiarosario/dsa.js/blob/master/book/chapters/part3.adoc)
40+
1. [Algorithmic Techniques](/amejiarosario/dsa.js/blob/master/book/chapters/part4.adoc)
41+
3542
## Data Structures
43+
3644
We are covering the following data structures.
3745

3846
[![Interactive Data Structures](https://user-images.githubusercontent.com/418605/46118890-ba721180-c1d6-11e8-82bc-6a671428b422.png)](https://embed.kumu.io/85f1a4de5fb8430a10a1bf9c5118e015)

‎book/chapters/algorithms-analysis-intro.adoc

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎book/chapters/part1.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[[chapter-1]]
22
= Algorithms Analysis
33

4-
include::algorithms-analysis-intro.adoc[]
4+
[partintro]
5+
--
6+
In this part, we are going to cover the basics of algorithms analysis. Also, we will discuss the most common runtimes of algorithms and provide a code example for each one.
7+
--
8+
59

610
:leveloffset: +1
711

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /