Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions examples/chapter15/01-BigONotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<title></title>
</head>
<body>
<script type="text/javascript" src="05-BigONotation.js"></script>
<script type="text/javascript" src="01-BigONotation.js"></script>
</body>
</html>
</html>
59 changes: 39 additions & 20 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
</div>
<!-- Chapters -->
<div class="mdl-layout__tab-bar mdl-js-ripple-effect">
<a href="#scroll-tab-1" class="mdl-layout__tab is-active">01</a>
<a href="#scroll-tab-2" class="mdl-layout__tab">02</a>
<a href="#scroll-tab-1" class="mdl-layout__tab is-active">01_02</a>
<a href="#scroll-tab-3" class="mdl-layout__tab">03</a>
<a href="#scroll-tab-4" class="mdl-layout__tab">04</a>
<a href="#scroll-tab-5" class="mdl-layout__tab">05</a>
Expand Down Expand Up @@ -88,7 +87,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-2">
<section class="mdl-layout__tab-panel" id="scroll-tab-3">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -107,7 +106,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-3">
<section class="mdl-layout__tab-panel" id="scroll-tab-4">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -121,7 +120,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-4">
<section class="mdl-layout__tab-panel" id="scroll-tab-5">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -135,7 +134,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-5">
<section class="mdl-layout__tab-panel" id="scroll-tab-6">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -150,7 +149,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-6">
<section class="mdl-layout__tab-panel" id="scroll-tab-7">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -163,7 +162,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-7">
<section class="mdl-layout__tab-panel" id="scroll-tab-8">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -180,7 +179,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-8">
<section class="mdl-layout__tab-panel" id="scroll-tab-9">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -195,6 +194,16 @@
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-10">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
<nav class="mdl-navigation">
</nav>
</div>
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-11">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -207,7 +216,7 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-11">
<section class="mdl-layout__tab-panel" id="scroll-tab-12">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
Expand All @@ -222,21 +231,19 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-12">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
<nav class="mdl-navigation">
</nav>
</div>
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-13">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="chapter13/01-BubbleSort.html">BubbleSort</a>
<a class="mdl-navigation__link" href="chapter13/01-SelectionSort.html">SelectionSort</a>
<a class="mdl-navigation__link" href="chapter13/01-InsertionSort.html">InsertionSort</a>
<a class="mdl-navigation__link" href="chapter13/01-MergeSort.html">MergeSort</a>
<a class="mdl-navigation__link" href="chapter13/01-QuickSort.html">QuickSort</a>
<a class="mdl-navigation__link" href="chapter13/01-CountingSort.html">CountingSort</a>
<a class="mdl-navigation__link" href="chapter13/01-BucketSort.html">BucketSort</a>
<a class="mdl-navigation__link" href="chapter13/01-RadixSort.html">RadixSort</a>
</nav>
</div>
</div>
Expand Down Expand Up @@ -265,6 +272,18 @@
</div>
</div>
</section>
<section class="mdl-layout__tab-panel" id="scroll-tab-15">
<div class="page-content">
<div class="page-content mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer is-visible">
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="chapter15/01-BigONotation.html">01-BigONotation</a>
<a class="mdl-navigation__link" href="chapter15/bigOChart/index.html" target="_blank">Chart</a>
</nav>
</div>
</div>
</div>
</section>
</main>
</div>
</body>
Expand Down