Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ale-soares/data-structures-and-algorithms-coursework
- Owner: ale-soares
- Created: 2024-01-17T14:27:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T19:35:33.000Z (9 months ago)
- Last Synced: 2024-11-08T08:49:37.704Z (2 months ago)
- Topics: algorithms, data-structures, data-structures-and-algorithms
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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