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

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

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.