Alex's Notes

Home

❯

general

❯

Tree (graph)

Tree (graph)

Aug 28, 20231 min read

  • maths
  • graph-theory

Tree

A tree is a connected graph which has no cycles (i.e. is acyclic).

There are Equivalent tree definitions.


Graph View

Backlinks

  • Week 6 - Graph algorithms - strongly connected components
  • Week 6 - Minimum Spanning Tree
  • A finite tree that has more than one vertex must have at least two leaf vertices
  • Cut property
  • DFS to find path in an undirected graph
  • Dependency Trees (Bayesian Network)
  • Equivalent tree definitions
  • Forest (graph)
  • Kruskal's algorithm
  • Minimum Spanning Tree problem (MST)
  • Prim's algorithm
  • Rooted tree
  • Spanning Tree Protocol (STP)
  • Trie

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community