当前位置:首页
> Luz 第2729页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Deleting binary search tree
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
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
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
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
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
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
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]
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
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]
Define the function main (), input positive integer n, calculate and output the value of the following formula. The func…