<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mathematics - Combinatorics on Nam Le</title><link>https://blog.namln.org/en/mathematics/combinatorics/</link><description>Recent content in Mathematics - Combinatorics on Nam Le</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 07 Jul 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.namln.org/en/mathematics/combinatorics/index.xml" rel="self" type="application/rss+xml"/><item><title>Ebooks on Combinatorics</title><link>https://blog.namln.org/en/mathematics/combinatorics/ebooks/</link><pubDate>Mon, 07 Jul 2025 00:00:00 +0000</pubDate><guid>https://blog.namln.org/en/mathematics/combinatorics/ebooks/</guid><description/></item><item><title>Metric $k$-center</title><link>https://blog.namln.org/en/mathematics/combinatorics/metric-k-center/</link><pubDate>Mon, 07 Jul 2025 00:00:00 +0000</pubDate><guid>https://blog.namln.org/en/mathematics/combinatorics/metric-k-center/</guid><description>&lt;div style="padding: 6px; border: dodgerblue 2px solid;"&gt;&lt;span style="color:dodgerblue"&gt;&lt;b&gt; General $k$-center problem statement: &lt;/b&gt;&lt;/span&gt; 
Let \((X, d)\) be a metric space where \(X\) is a set and \(d\) is a metric. 
A set \(V \subseteq X\) is provided together with a parameter \(k\). The goal is to find a subset \(C \subseteq V\) with \(|C| = k\) such that the maximum distance of a point in \(V\) to the closest point in \(C\) is minimized. The problem can be formally defined as follows:
&lt;ul&gt;
&lt;li&gt;Input: a set $V \subseteq X$, and a parameter $k$.&lt;/li&gt;
&lt;li&gt;Output: a set $C \subseteq V$ of $k$ points.&lt;/li&gt;
&lt;li&gt;Goal: Minimize the cost $r^C(V) = \max_{v \in V} d(v, C)$&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;The k-Center Clustering problem can also be defined on a complete undirected graph $G = (V, E)$ as follows:&lt;/p&gt;
&lt;div style="padding: 6px; white; border: dodgerblue 2px solid;"&gt;&lt;span style="color:dodgerblue"&gt;&lt;b&gt; The $k$-Center Clustering problem: &lt;/b&gt;&lt;/span&gt; 
Given a complete undirected graph \(G = (V, E)\) with distances \(d(v_i, v_j) \in \mathbb{N}\) satisfying the triangle inequality, find a subset \(C \subseteq V\) with \(|C| = k\) while minimizing:
&lt;p&gt;$$
\max_{v \in V} \min_{c \in C} d(v, c)
$$&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>