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

@@ -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