An open API service indexing awesome lists of open source software.

https://github.com/mustafaabobakr/datastructure_algorithm

Data structure and Algorithms with JavaScript 👀 with pictures to illustrate 📸
https://github.com/mustafaabobakr/datastructure_algorithm

datastructure datastructures datastructures-algorithms datastructures-in-javascript

Last synced: 4 months ago
JSON representation

Data structure and Algorithms with JavaScript 👀 with pictures to illustrate 📸

Awesome Lists containing this project

README

        

# 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](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer).
4. Include script you want to see it's output in console ex:

```html

```

---

## LinkedList

![LinkedList_append](pic/LinkedList_append.jpg)
![LinkedList_prepend](pic/LinkedList_prepend.jpg)
![LinkedList_insert](pic/LinkedList_insert.jpg)
![LinkedList_remove](pic/LinkedList_remove.jpg)
![LinkedList_reverse](pic/LinkedList_reverse.jpg)