diff --git a/README.md b/README.md index b0a4a805..aa17055a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Learning JavaScript Data Structures and Algorithms Source code of **Learning JavaScript Data Structures and Algorithms** book, third edition. -Work in Progress. - ## List of available chapters: * 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/third-edition/examples/chapter01) diff --git a/examples/chapter15/01-BigONotation.html b/examples/chapter15/01-BigONotation.html index 317a5bfb..f8f26334 100755 --- a/examples/chapter15/01-BigONotation.html +++ b/examples/chapter15/01-BigONotation.html @@ -5,6 +5,6 @@