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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Deleting binary search tree

Luz5年前 (2021-05-10)427
Given a binary search tree (without the same elements), please output its traversal sequence after deleting some element…

PROGRAMMING:Delete Nodes in a Binary Search Tree

Luz5年前 (2021-05-10)409
Given a binary search tree with no same keys, you should output the level-order traversal sequence of this tree after so…

PROGRAMMING:Case conversion

Luz5年前 (2021-05-10)463
Enter a line of characters and end with carriage return '\ n'. Convert the upper case letters to the corresponding lower…

PROGRAMMING:Output integer in reverse order by recursion

Luz5年前 (2021-05-10)525
This topic requires reading in a positive integer n, and then write the recursive function reverse (int n) to realize th…

PROGRAMMING:The problem of Hanoi Tower

Luz5年前 (2021-05-10)426
There is a Vatican Pagoda in an ancient temple. There are three seats a, B and C in the pagoda. On seat a, there are 64…

PROGRAMMING:Determine palindrome string

Luz5年前 (2021-05-10)408
Enter a string to determine whether the string is palindrome. Palindrome is string centrosymmetry, reading from left to…

PROGRAMMING:Finding the sum of the first n odd numbers

Luz5年前 (2021-05-10)334
This problem requires programming to calculate the sum of the first 'n' odd numbers.###Input format:Enter a positive int…

PROGRAMMING:Finding the sum of formulas [1]

Luz5年前 (2021-05-10)373
Define the function main (), input positive integer n, calculate and output the value of the following formula. It is re…

PROGRAMMING:Find all integers that meet the condition

Luz5年前 (2021-05-10)464
This problem requires the preparation of procedures, the input of $$n $$integers into the array $$a $, and then in the a…

PROGRAMMING:Finding the sum of formulas [3]

Luz5年前 (2021-05-10)390
Define the function main (), input positive integer n, calculate and output the value of the following formula. The func…