Add more topics / references and a informative on type of reference

This commit is contained in:
Marcelo Boeira
2019-04-11 22:47:08 +02:00
parent 2a3a431bff
commit 9a0afe8923
3 changed files with 26 additions and 2 deletions

View File

@@ -3,10 +3,24 @@
<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
* Software Engineering
* 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
* [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) 🎓 🆓

View File

@@ -12,3 +12,13 @@ graph TD
PL --> FunPL[Functional Programming Languages]
FunPL --> Haskell
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