lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

_index.md (688B)


      1 +++
      2 title = 'Networks & Graphs'
      3 +++
      4 
      5 # Networks & Graphs
      6 
      7 Final exam will mainly be point 9 onwards, but you still need to know the rest!
      8 
      9 1. [Fundamentals](fundamentals)
     10 2. [Graph representations & morphisms](graph-representations-morphisms)
     11 3. [Connectivity](connectivity)
     12 4. [Drawing graphs: embeddings, planar graphs](drawing-graphs)
     13 5. [Colourings](colourings)
     14 6. [Digraphs & orientations](digraphs-orientations)
     15 7. [Euler: edges matter](euler-edges-matter)
     16 8. [Hamilton: vertices matter](hamilton-vertices-matter)
     17 9. [Trees](trees)
     18 10. [Network analysis](network-analysis)
     19 11. [Random graphs](random-graphs)
     20 12. [The Web - PageRank](the-web-pagerank)
     21 13. [Communities](communities)