🤖 AI Summary
This work investigates the theoretical bounds and construction optimization of maximum degree in Ordered Nearest Neighbor (NN) Graphs: given an $n$-point set, how should points be ordered to maximize the graph’s maximum degree? We establish the first tight lower bounds—$Omega(log n / d)$ in Euclidean space and $Omega(sqrt{log n / log log n})$ in general metric spaces. Methodologically, we propose a two-stage construction paradigm: “greedy ordering optimization” followed by “local edge rewiring”, tightly integrating combinatorial graph analysis, ordering-constrained modeling, and degree-distribution optimization. Our approach guarantees $O(n log n)$ construction time and preserves exact $k$-NN semantics. Evaluated on standard benchmarks, it achieves an average 47% reduction in maximum degree over state-of-the-art methods—significantly improving scalability and efficiency for downstream applications such as approximate nearest neighbor search.