https://github.com/vickttor/algorithms
This repository keeps my progress when I was learning Algorithms and data structure
https://github.com/vickttor/algorithms
Last synced: 10 months ago
JSON representation
This repository keeps my progress when I was learning Algorithms and data structure
- Host: GitHub
- URL: https://github.com/vickttor/algorithms
- Owner: vickttor
- License: mit
- Created: 2023-03-05T15:15:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:36:01.000Z (11 months ago)
- Last Synced: 2025-02-12T22:31:14.005Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms and Data Structure in Typescript
This repository keeps my progress learning data structure and algorithms in typescript.
By reading the book: "Entendo algoritmos, um guia ilustrado para programadores e outros curiosos" I could learn many concepts such as data structures, algorithms, and solve problem mindsets:
- Big O notation
- Recursion
- Binary Search
- Selection Sort
- Quick Sort
- Arrays vs Lists
- How memory works
- Logarithm
- Graphs
- Hash Tables
- Dikstra Algorithm
## Contribute
If you want to contribute to this repository or learn with the source code, feel free to fork it and make some pull requests. You can try apply the same code in another programming language such as Python, Java, Rust, Golang etc.