You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is the coding implementations of the [DSA.js book](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/) and the repo for the NPM package.
-[Linear Data Structures](#linear-data-structures)
48
-
-[Non-Linear Data Structures](#non-linear-data-structures)
49
-
-[Algorithms](#algorithms)
45
+
50
46
51
47
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
52
48
@@ -486,7 +482,7 @@ We are going to discuss the following techniques for solving algorithms problems
486
482
</details>
487
483
488
484
<details>
489
-
<summary>Hey OP, why you created this repo/book?</summary>
485
+
<summary>Why you created this repo/book?</summary>
490
486
<p>
491
487
There are not many books about Algorithms in JavaScript. This material fills the gap.
492
488
Also, it's good practice :)
@@ -497,21 +493,22 @@ We are going to discuss the following techniques for solving algorithms problems
497
493
<summary>Is there anyone I can contact if I have questions about something in particular?
498
494
</summary>
499
495
<p>
500
-
Yes, open an issue or ask questions on the slack channel.
496
+
Yes, open an issue or ask questions on the [slack channel](https://dsajs-slackin.herokuapp.com).
501
497
</p>
502
498
</details>
503
499
504
-
## Support
500
+
## Book
505
501
506
-
Reach out to me at one of the following places!
502
+
This project is also available in a [book](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/). You will get a nicely formatted PDF with 180+ pages + ePub and Mobi version.
507
503
508
-
- Twitter at <ahref="http://twitter.com/amejiarosario"target="_blank">`@amejiarosario`</a>
509
-
- Slack at <ahref="https://dsajs-slackin.herokuapp.com"target="_blank">`dsajs.slack.com`</a>
The best way to support this project is buying the [book](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/), so I can invest more time into this project and keep improving it.
510
+
- Twitter at <ahref="http://twitter.com/amejiarosario"target="_blank">`@amejiarosario`</a>
511
+
- Chat on <ahref="https://dsajs-slackin.herokuapp.com"target="_blank">`dsajs.slack.com`</a>
0 commit comments