Skip to content

Commit 5bd0395

Browse files
committed
Merge branch 'master' of https://github.com/loiane/javascript-datastructures-algorithms into third-edition
2 parents 168f71b + 2db3d12 commit 5bd0395

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Source code of **Learning JavaScript Data Structures and Algorithms** book, thir
1212

1313
## List of available chapters:
1414

15-
* 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01)
16-
* 02: [ECMAScript and TypeScript Introduction](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter02)
15+
* 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01_02)
16+
* 02: [ECMAScript and TypeScript Introduction](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01_02)
1717
* 03: [Arrays](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter03)
1818
* 04: [Stacks](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter04)
1919
* 05: [Queues and Deques](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter05)
@@ -82,7 +82,7 @@ Happy Coding!
8282

8383
| 1st edition | 2nd edition | 3rd edition |
8484
| ------------- |:-------------:|:-------------:|
85-
| ![1st edition](https://d1ldz4te4covpm.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/4874OS_Learning%20JavaScript%20Data%20Structures%20and%20Algorithms.jpg) | ![2nd edition](https://d255esdrn735hr.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/5493OS_5348_Learning%20JavaScript%20Data%20Structures%20and%20Algorithms,%20Second%20Edition.jpg) | ![2nd edition](https://d1ldz4te4covpm.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/B09377_MockupCover_0.png) |
85+
| ![1st edition](https://images-na.ssl-images-amazon.com/images/I/51xXGv7QlBL._SX403_BO1,204,203,200_.jpg) | ![2nd edition](https://images-na.ssl-images-amazon.com/images/I/51PWJ%2BoKc2L._SX403_BO1,204,203,200_.jpg) | ![3rd edition](https://images-na.ssl-images-amazon.com/images/I/41oSXp3VztL._SX404_BO1,204,203,200_.jpg) |
8686
| [Book link](http://amzn.to/1Y1OWPx)| [Book link](http://amzn.to/1TSkcA1)| [Book link](http://a.co/cbMlYmJ)|
8787

8888
Book link - first edition:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"istanbul": "^v1.1.0-alpha.1",
7272
"mocha": "^5.0.4",
7373
"mochawesome": "^3.0.2",
74-
"nyc": "11.7.1",
74+
"nyc": "11.7.2",
7575
"ts-node": "^5.0.1",
7676
"tslint": "^5.9.1",
7777
"typescript": "^2.7.2",
7878
"webpack": "^4.1.1",
79-
"webpack-cli": "2.0.15",
79+
"webpack-cli": "2.1.1",
8080
"yargs": "^11.0.0"
8181
},
8282
"dependencies": {

0 commit comments

Comments
 (0)