-->
当前位置:首页 > Luz 第3015页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Quick sort

Luz5年前 (2021-05-10)395
Quick sort###Input example:Enter a number N in the first line, and then enter n numbers.```inseven24 53 45 45 12 24 90``…

PROGRAMMING:Input radius (greater than 0), calculate circle area math library

Luz5年前 (2021-05-10)489
This topic requires the input radius (greater than 0), using the PI constant in math library to calculate the circle are…

PROGRAMMING:Solving inverse order number problem

Luz5年前 (2021-05-10)442
Let A1, A2,..., an be an permutation of the set {1, 2,..., n}. If $$I AJ, then the order pair (AI, AJ) is called a reve…

PROGRAMMING:Stone merge

Luz5年前 (2021-05-10)397
Place $$n $$heaps of stones around a circular playground. Now, the stones should be combined into a pile in order. It is…

PROGRAMMING:Binary search

Luz5年前 (2021-05-10)432
Binary search.###Input example:Enter a number N in the first line, N in the second line, and the value to be checked in…

PROGRAMMING:Chessboard coverage problem

Luz5年前 (2021-05-10)602
Divide and conquer method is used to solve the chessboard covering problem. There is a 2K × 2K (k ˃ 0) chessboard, just…

PROGRAMMING:Solving mode problem

Luz5年前 (2021-05-10)473
Given a multiple set s Containing N elements, the number of times each element appears in S is called the multiplicity o…

PROGRAMMING:Constructing binary tree with postorder and middle order sequences

Luz5年前 (2021-05-10)478
Constructing binary tree with postorder and middle order sequences###Input example:In the first line, the length of the…

PROGRAMMING:Binary tree based on preorder sequence and middle sequence

Luz5年前 (2021-05-10)423
Binary tree based on preorder sequence and middle sequence###Input example:In the first line, the length of the input se…

PROGRAMMING:Circular scheduling problem

Luz5年前 (2021-05-10)523
Divide and conquer method is used to solve the circular scheduling problem. There are n = $$2 ^ {K} $$players who want t…