Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taiseen/learning-dsa-js

Just for learning purpose
https://github.com/taiseen/learning-dsa-js

algorithm algorithms datastructures dictionary graph graph-traversal-algorithms linked-list queue stack tree tree-traversal-algorithm

Last synced: 3 days ago
JSON representation

Just for learning purpose

Awesome Lists containing this project

README

        

> 02 May 2021

> 14 Nov 2022 (resume...)

# DataStructure & Algorithm

## DataStructure
* Stack
* Queue
* LinkList
* Dictionary

## Algorithm
1. Linear Search
2. Binary Search
* order agnostic binary-search
* floor celling value finding
* duplicate value counting
* [Missing Array]
3. Time Complexity

```
DataStructure is a way to store the data,
inside the memory of the computer

there are lots of different methods are available
```

```
Algorithm is set of instruction, that computer needs to follow
in order to come up with solution
```