Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ale-soares/data-structures-and-algorithms-coursework

Coursework for udemy course JavaScript Data Structures & Algorithms + LEETCODE Exercises
https://github.com/ale-soares/data-structures-and-algorithms-coursework

algorithms data-structures data-structures-and-algorithms

Last synced: 16 days ago
JSON representation

Coursework for udemy course JavaScript Data Structures & Algorithms + LEETCODE Exercises

Awesome Lists containing this project

README

        

# Data Structures and Algorithms Coursework

## Overview
Coursework for the JavaScript Data Structures and Algorithms + LEETCODE Exercises Udemy Course.

## Technical Topics
- Big O notation

## Data Structures
- Arrays
- Linked Lists
- Doubly Linked Lists
- Stacks & Queues
- Binary Trees
- Hash Tables
- Graphs

## Algorithms
### Sorting
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort

### Searching
- Breadth First Search
- Depth First Search