当前位置:首页
> Luz 第2715页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Selling cloth
When customers buy cloth, the salesman measures it with a meter ruler, cuts it and hands it to customers. How many times…
PROGRAMMING:Insert sort or heap sort
According to the definition of Wikipedia:**Insert sort * * is an iterative algorithm, which obtains the input data one b…
PROGRAMMING:Exchange with zero
It's not difficult to sort any permutation of {0, 1, 2,..., n-1}. To add a little difficulty here, you can only increase…
PROGRAMMING:press forward to the enemy's capital
This topic is a war blockbuster - you need to start from your own base camp and fight all the way to the enemy base camp…
PROGRAMMING:On virtue and talent
Sima Guang, a historian of the Song Dynasty, has a famous "theory of virtue and talent" in Zizhitongjian: "it is the sag…
PROGRAMMING:single af
"Single dog" is a Chinese nickname for single people. This topic asks you to find out the guests who are left alone from…
PROGRAMMING:Pop Sequence - Hard Version
Now there is a stack with unlimited capacity. You are supposed to push numbers in a given sequence into the stack one by…
PROGRAMMING:Inverse hash problem
Given a hash table of length $$n $, the most common hash mapping for integer processing is $$H (x) = x \% n $. If we dec…
PROGRAMMING:String sorting -- the use of string class
First enter the number of strings you want to enter. Then type the set of strings on a new line. Each string ends with a…
PROGRAMMING:String connection
Enter two strings from the keyboard, connect the second string at the end of the first string, and then output the conne…