Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 622 Bytes

Data Structures and Algorithms

Running locally

  1. Install the repo.
  2. Open in vscode and open index.html
  3. Open with live server vscode extension.
  4. Include script you want to see it's output in console ex:
<script src="./Tree/BinaryTree.js"></script>

LinkedList

LinkedList_append LinkedList_prepend LinkedList_insert LinkedList_remove LinkedList_reverse