List Of Reading Notes
11 Sep 2021
Collection of some my reading notes.
Algorithms:
My first time learning algorithms with code solutions and notes.
There were 11 articles, I archived them to avoid cluttering the blog list.
- Algorithms 101 - 1 - intro to algorithms
- Algorithms 101 - 2 - selection sort
- Algorithms 101 - 3 - recursion
- Algorithms 101 - 4 - quicksort
- Algorithms 101 - 5 - hash tables
- Algorithms 101 - 6 - breadth first search
- Algorithms 101 - 7 - dijkstra's algorithm
- Algorithms 101 - 8 - greedy algorithm
- Algorithms 101 - 9 - dynamic-programming
- Algorithms 101 - 10 - k-nearest neighbors
- Algorithms 101 - 11 - where to go next | further learning
The Well-grounded Rubyist:
- Rubyist-c1: Bootstrapping your ruby literacy
- Rubyist-c2-Objects methods and local variables
- Rubyist-c3-Organizing objects with classes
- Rubyist-c4-Modules and program organization
- Rubyist-c5-The default object scope and visibility
- Rubyist-c10-Collection central Enumerable and Enumerator
- Rubyist-c11-Regular expressions and regexp based string operations
- Rubyist-c6-Control flow techniques
- Rubyist-c7-Built in essentials
- Rubyist-c8-Strings symbols and other scalar objects
- Rubyist-c9-Collection and container objects
- Rubyist-c13-Object individuation
- Rubyist-c14-Callable and runnable objects
- Rubyist-c12-File and IO operations
- Rubyist-c15-Callbacks hooks and runtime introspection
Others: