Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deverebor/studie-book-grokking-algorithms

Notes, challenge resolutions, and applications of the Grokking Algorithms book content with unit tests
https://github.com/deverebor/studie-book-grokking-algorithms

algorithms-and-data-structures grokking-algorithms jest typescript unit-testing

Last synced: about 2 hours ago
JSON representation

Notes, challenge resolutions, and applications of the Grokking Algorithms book content with unit tests

Awesome Lists containing this project

README

        

# Grokking Algorithms

| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat) | ![Branches](https://img.shields.io/badge/branches-100%25-brightgreen.svg?style=flat) | ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat) | ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat) |

![Grokking Algorithms](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fm.media-amazon.com%2Fimages%2FS%2Faplus-media%2Fvc%2Fb246f931-8a81-407e-84b1-cf14d4680b64.png&f=1&nofb=1)

> **Notes**, **challenge resolutions**, and **applications** of the Grokking Algorithms book content

## Index

- First Chapter
- [Anotations](src/first-chapter/notes/)
- [Chapter Questions](src/first-chapter/chapter-questions/)
- [Main](src/first-chapter/main.ts)
- [Binary Search Algorithm](src/first-chapter/binary-search.ts)
- Second Chapter
- [Anotations](src/second-chapter/notes/)
- [Chapter Questions](src/second-chapter/chapter-questions/)
- [Main](src/second-chapter/main.ts)
- [Ordination Per Search](src/second-chapter/ordination-per-search.ts)
- [Search Smallest](src/second-chapter/search-smallest.ts)
- Third Chapter
- [Anotations](src/third-chapter/notes/)
- [Chapter Questions](src/third-chapter/chapter-questions/)
- [Main](src/third-chapter/main.ts)
- [Countdown Recursive](src/third-chapter/countdown-recursive.ts)
- [Greeting Recursive](src/third-chapter/greeting-recursive.ts)
- [Factorial Recursive](src/third-chapter/factorial-recursive.ts)
- [Recursive Tail Call](src/third-chapter/recursive-tail.ts)
- Fourth Chapter
- [Anotations](src/fourth-chapter/notes/)
- [Main](src/fourth-chapter/main.ts)
- [Loop Sum](src/fourth-chapter/loop-sum.ts)
- [Quicksort](src/fourth-chapter/quicksort.ts)
- [Recursive Count](src/fourth-chapter/recursive-count.ts)
- [Recursive Max](src/fourth-chapter/recursive-max.ts)
- [Recursive Sum](src/fourth-chapter/recursive-sum.ts)
- Fifth Chapter
- [Anotations](src/fifth-chapter/notes/)
- [Main](src/fifth-chapter/main.ts)
- [Hash Basket](src/fifth-chapter/hash-basket.ts)
- [Hash Voted](src/fifth-chapter/hash-voted.ts)

---


Developer with ❤️‍🔥 by Lucas Souza (@deverebor)