当前位置:首页
> Luz 第2687页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Is It A Red-Black Tree
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
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
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
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
Title Source: Wang Xiaodong, algorithm design and analysisChangjiang yacht club has set up n yacht rental stations 1, 2,…
PROGRAMMING:Image Segmentation
Image segmentation is usually formulated as a graph partition problem, where each segment corresponds to a connected com…
PROGRAMMING:Joseph Ring
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?
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
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
Write a program to prompt the user to enter the month and year, and then display the days of the month.###Input format:E…