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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Is It A Red-Black Tree

Luz5年前 (2021-05-10)445
There is a kind of balanced binary search tree named **red-black tree** in the data structure. It has the following 5 pr…

PROGRAMMING:Palindrome string problem

Luz5年前 (2021-05-10)398
If a string is read from left to right and from right to left, it is exactly the same, such as "ABA", we call it palindr…

PROGRAMMING:ZigZagging on a Tree

Luz5年前 (2021-05-10)460
Suppose that all the keys in a binary tree are distinct positive integers. A unique binary tree can be determined by a…

PROGRAMMING:Seek circumference

Luz5年前 (2021-05-10)452
Find the circumference when the radius is equal to 11, take 3.1416 as the circumference ratio, and keep 2 digits after t…

PROGRAMMING:Yacht hire

Luz5年前 (2021-05-10)436
Title Source: Wang Xiaodong, algorithm design and analysisChangjiang yacht club has set up n yacht rental stations 1, 2,…

PROGRAMMING:Image Segmentation

Luz5年前 (2021-05-10)502
Image segmentation is usually formulated as a graph partition problem, where each segment corresponds to a connected com…

PROGRAMMING:Joseph Ring

Luz5年前 (2021-05-10)391
N people form a circle and number them in sequence, starting from No.1 and counting in the order of 1, 2, 3, etc. the pe…

PROGRAMMING:Is the point in the circle?

Luz5年前 (2021-05-10)367
Write a program to prompt the user to input a point (x, y), and then check whether the point is in the circle with the o…

PROGRAMMING:string manipulation

Luz5年前 (2021-05-10)580
Write a program, the user input any string, display its length and the first character.###Input format:Enter any string.…

PROGRAMMING:Give the total number of days in a month

Luz5年前 (2021-05-10)478
Write a program to prompt the user to enter the month and year, and then display the days of the month.###Input format:E…