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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:The nearest common ancestor problem of Sequential Binary Trees

Luz5年前 (2021-05-10)408
Suppose that there are two nodes named $$I $$and $$J $$in the binary tree stored in sequence, please design an algorithm…

PROGRAMMING:The lowest cost construction of unimpeded project

Luz5年前 (2021-05-10)465
Through the investigation of urban traffic conditions in a certain area, the statistical data of the existing expressway…

PROGRAMMING:Single queue multi window plus VIP service for bank queuing problem

Luz5年前 (2021-05-10)523
Suppose that the bank has $$k $$windows to provide services, a yellow line is set in front of the window, and all custom…

PROGRAMMING:word frequency count

Luz5年前 (2021-05-10)439
Please write a program to count the number of all the different words in an English text, as well as the top 10% of the…

PROGRAMMING:Output a number that is less than the mean

Luz5年前 (2021-05-10)452
Input 10 integers, calculate the average of these numbers, and then output all the numbers less than the average.###Inpu…

PROGRAMMING:Matrix transpose

Luz5年前 (2021-05-10)402
Input a positive integer n (1 ˂ n ≤ 6), generate a square matrix of n * n according to the following formula, and then t…

PROGRAMMING:Fibonacci sequence

Luz5年前 (2021-05-10)445
![](~/[ The first 12 numbers of Fibonacci sequence are calculated by array, and printed in the format of 3 numbers per l…

PROGRAMMING:Judge palindrome

Luz5年前 (2021-05-10)495
Enter a character string with carriage return as the end flag (less than 80 characters) to determine whether the string…

PROGRAMMING:One way linked list 1

Luz5年前 (2021-05-10)649
Linked list nodes are defined as:struct Node{int data;struct Node *next;}Programming implementation: input a positive in…

PROGRAMMING:One way linked list 2

Luz5年前 (2021-05-10)522
Programming implementation: input a positive integer repeat (0 ˂ repeat ˂ 10), do the following operations for repeat ti…