Skip to content
Closed
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
16 changes: 16 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<a name="top"></a>

* **Backtracking**
* [AllCombinationsOfSizeK](Backtracking/AllCombinationsOfSizeK.js)
* [generateParentheses](Backtracking/generateParentheses.js)
Expand Down Expand Up @@ -381,3 +383,17 @@
* [BreadthFirstTreeTraversal](Trees/BreadthFirstTreeTraversal.js)
* [DepthFirstSearch](Trees/DepthFirstSearch.js)
* [FenwickTree](Trees/FenwickTree.js)

<div style="
position: fixed;
bottom: 0;
right: 0;
padding: 15px;"
>

[![back-to-top]](#top)

</div>

<!-- Badge Links -->
[back-to-top]: https://img.shields.io/badge/Back%20to%20Top-↑-blue
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a name="top"></a>
# The Algorithms - JavaScript

<!-- Front Matter -->
Expand Down Expand Up @@ -46,6 +47,7 @@ many of the algorithms can be found in the [wiki][explanation].
[chat]: https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA
[welcome]: https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3
[checks]: https://img.shields.io/github/actions/workflow/status/TheAlgorithms/JavaScript/Ci.yml?branch=master&label=checks
[back-to-top]: https://img.shields.io/badge/Back%20to%20Top-↑-blue

<!-- External Links -->
[standard-js]: https://standardjs.com/
Expand All @@ -60,3 +62,11 @@ many of the algorithms can be found in the [wiki][explanation].
<a href = "https://github.com/TheAlgorithms/JavaScript/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=TheAlgorithms/JavaScript"/>
</a>

---

<div align="center">

[![back-to-top]](#top)

</div>