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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Special stack

Luz5年前 (2021-05-10)435
Stack is a classic linear structure of last in first out. The related operations mainly include "in stack" (insert an el…

PROGRAMMING:The nearest common ancestor of binary search tree

Luz5年前 (2021-05-10)409
Given the preorder traversal sequence of a binary search tree, you are required to find the nearest common ancestor node…

PROGRAMMING:Mini search engine

Luz5年前 (2021-05-10)520
To achieve a simple search engine function, quickly meet up to $$10 ^ 5 $$keyword query requests.###Input format:Input f…

PROGRAMMING:Find the maximum

Luz5年前 (2021-05-10)409
This topic requires reading in 2 integers a and B, and then output the maximum value of the two numbers.###Input format:…

PROGRAMMING:Maximum number of groups

Luz5年前 (2021-05-10)405
Set n positive integers and connect them into a row to form the largest multi bit integerFor example: when n = 3, the ma…

PROGRAMMING:Program storage problem

Luz5年前 (2021-05-10)502
There are n programs {1,2,..., n} to be stored on the tape of length L. The length of program I stored on tape is Li, 1…

PROGRAMMING:Compare the size of two integers

Luz5年前 (2021-05-10)390
Give two positive integers and try to compare their sizes. For example, for integers 123 and 124, 123 is less than 124.#…

PROGRAMMING:Special queue

Luz5年前 (2021-05-10)429
Ordinary queues only have enqueue and dequeue operations, which respectively indicate adding elements at the end of the…

PROGRAMMING:Duplicate Elimination

Luz5年前 (2021-05-10)786
Use a single-subscripted array to solve the following problem.Read in 20 numbers, each of which is between 10 and 100, i…

PROGRAMMING:triangle_ two

Luz5年前 (2021-05-10)440
Write a program that prints the following pattern.![ triangle_ 2.png](~/4efba377-6a9f-49c1-9762-783d9a365819.png)### Inp…