Add more topics / references and a informative on type of reference
This commit is contained in:
18
README.md
18
README.md
@@ -3,10 +3,24 @@
|
|||||||
|
|
||||||
<img src="resources/topic-graph.png" width="100%">
|
<img src="resources/topic-graph.png" width="100%">
|
||||||
|
|
||||||
|
### More info
|
||||||
|
> Information about the links
|
||||||
|
|
||||||
|
* 📕 - Book
|
||||||
|
* 👩💻 - Project
|
||||||
|
* 🎓 - Online Course
|
||||||
|
* 🆓 - No money required
|
||||||
|
* 💰 - Paid
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
* Site Reliability Engineering
|
* Site Reliability Engineering
|
||||||
* Software Engineering
|
* Software Engineering
|
||||||
* Programming Languages
|
* Programming Languages
|
||||||
* Functional Programming Languages
|
* Functional Programming Languages
|
||||||
* [Haskell From First Principles](https://github.com/marceloboeira/hffp)
|
* [Haskell From First Principles](https://github.com/marceloboeira/hffp) 📕 💰
|
||||||
* Systems Programming Languages
|
* Systems Programming Languages
|
||||||
* [The Rust Programming Language](https://github.com/marceloboeira/trpl)
|
* [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📕 🆓
|
||||||
|
* Operations
|
||||||
|
* Operating Systems
|
||||||
|
* [Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓
|
||||||
|
|||||||
@@ -12,3 +12,13 @@ graph TD
|
|||||||
PL --> FunPL[Functional Programming Languages]
|
PL --> FunPL[Functional Programming Languages]
|
||||||
FunPL --> Haskell
|
FunPL --> Haskell
|
||||||
FunPL --> Lisp
|
FunPL --> Lisp
|
||||||
|
SW --> PT[Programming Topics]
|
||||||
|
PT --> ALG[Algorithms]
|
||||||
|
ALG --> SRT[Sorting]
|
||||||
|
ALG --> CPX[Complexity]
|
||||||
|
PT --> DS[Data Scructures]
|
||||||
|
DS --> Graph[Graph]
|
||||||
|
DS --> T3[Tree]
|
||||||
|
DS --> HS[Hash]
|
||||||
|
SW --> OPS[Operations]
|
||||||
|
OPS --> OS[Operating Systems]
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user