资讯

Beijing Key Laboratory of Construction Tailorable Advanced Functional Materials and Green Applications, School of Materials Science and Engineering, School of Interdisciplinary Science, Beijing ...
CodeChef is a global competitive programming platform, started as an educational initiative in the year 2009. It hosts four featured contests every month (Long Challenge, CookOff, LunchTime, and ...
Abstract: A method of selecting an antenna array design from a multi-objective optimization problem is proposed. After locating the Pareto front from a multi-objective problem, multi-criterion ...
CodeChef is a global competitive programming platform, started as an educational initiative in the year 2009. It hosts four featured contests every month (Long Challenge, CookOff, LunchTime, and ...
Abstract: In modern technology or practical application, all things are gradually arranged. Therefore, in this paper, we attempt to establish a new sorting algorithm and compare it with some other ...
1 Department of Chemistry, Taiyuan Normal University, Jinzhong, China 2 Key Laboratory of Applied Surface and Colloid Chemistry, Ministry of Education, School of Chemistry and Chemical Engineering, ...
Both a sorted array and a binary tree can let you look up an element in log(N) time. However I would expect a sorted array to be faster in practice because of the constant factor. However inserting ...