English

Online Trading as a Secretary Problem Variant

Optimization and Control 2026-04-20 v1 Data Structures and Algorithms

Abstract

This paper studies an online trading variant of the classical secretary problem, called secretary problem variant trading (SPVT), from the perspective of an intermediary who facilitates trade between a seller and nn buyers (collectively referred to as agents). The seller has an item, and each buyer demands the item. These agents arrive sequentially in a uniformly random order to meet the intermediary, each revealing their valuation of the item upon arrival. After each arrival, the intermediary must make an immediate and irrevocable decision before the next agent appears. The intermediary's objective is to maximize the price of the agent who ultimately holds the item at the end of the process. We evaluate the performance of online algorithms for SPVT using two notions of competitive ratio: strong and weak. The strong notion benchmarks the online algorithm against a powerful offline optimum: the highest price among the n+1n+1 agents. We propose an online algorithm for SPVT achieving a strong competitive ratio of 4e2e2+13.523\frac{4e^2}{e^2+1} \approx 3.523, which is the best possible even when the seller's price may be zero. This tight ratio closes the gap between the previous best upper bound of 4.1894.189 and lower bound of 3.2583.258. In contrast, the weak notion restricts the offline optimal algorithm to the given arrival order. The offline algorithm can no longer alter the predetermined arrival order to always place the item in the hands of the agent offering the highest price. Against this weaker benchmark, we design a simple online algorithm for SPVT, achieving a weak competitive ratio of 22. We further investigate the special case in which the seller's price is zero. For this special SPVT, we develop a double-threshold algorithm achieving a weak competitive ratio of at most 1.836831.83683 and establish a lower bound of 1.762391.76239.

Keywords

Cite

@article{arxiv.2604.15933,
  title  = {Online Trading as a Secretary Problem Variant},
  author = {Xujin Chen and Xiaodong Hu and Changjun Wang and Yuchun Xiong and Qingjie Ye},
  journal= {arXiv preprint arXiv:2604.15933},
  year   = {2026}
}
R2 v1 2026-07-01T12:14:12.610Z