The hottest Graph Theory Substack posts right now

And their main takeaways
Category
Top Technology Topics
Graphs For Science 52 implied HN points 24 Feb 24
  1. k-Core Decomposition is a way to explore the structure of networks by identifying the largest subgraph where every node has a specified minimum degree.
  2. The k-Core Decomposition algorithm involves recursively removing nodes with degrees lower than a specified threshold to reveal the k-core and k-shell structure of a graph.
  3. The degree of a node in a k-core doesn't have an upper limit, providing unique insights into network connectivity beyond traditional degree-based analysis.
Infinitely More 10 implied HN points 10 Feb 24
  1. A countable random graph is a graph where you flip a coin to decide the edges between vertices in an infinite set, and the result is the same graph almost every time.
  2. Graph theory is a complex subject with beautiful theorems, and different notions of graphs exist, such as directed graphs and simple graphs.
  3. In mathematics, there are variations in graph definitions, such as allowing reflexivity or multiple edges, but in simpler contexts, graphs are typically referred to as simple graphs.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
The Palindrome 3 implied HN points 13 Dec 23
  1. Matching problems can be modeled using bipartite graphs where no edges go between vertices of the same type.
  2. In graph theory, a full matching of one partition of a bipartite graph implies that every vertex in that partition has at least as many neighbors in the other partition.
  3. Hall's theorem provides a necessary and sufficient condition for determining the existence of a full matching in a bipartite graph.