The document presents approximation algorithms for the directed k-tour and k-stroll problems, which are generalizations of the asymmetric traveling salesman problem (ATSP). It introduces a polylogarithmic approximation algorithm for the k-stroll problem and an efficient o(log n · βhk) approximation for the k-tour problem, extending previous results while improving upon existing approximation factors. The research aims to optimize the length of walks that visit distinct vertices in directed graphs, highlighting connections to related problems like orienteering.