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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Sort with Swap(0, i)

Luz5年前 (2021-05-10)412
Given any permutation of the numbers {0, 1, 2,..., $$N-1$$}, it is easy to sort them in increasing order. But what if `…

PROGRAMMING:Hashing - Hard Version

Luz5年前 (2021-05-10)425
Given a hash table of size $$N$$, we can define a hash function $$H(x) = x\%N$$. Suppose that the linear probing is use…

PROGRAMMING:Hashing

Luz5年前 (2021-05-10)434
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the p…

PROGRAMMING:QQ account application and login

Luz5年前 (2021-05-10)543
Realize QQ new account application and old account login simplified version function. The biggest challenge is: it is sa…

PROGRAMMING:Phone chat maniac

Luz5年前 (2021-05-10)495
Given a large number of mobile phone users' call records, find out the chat maniac who has the most calls.###Input forma…

PROGRAMMING:Guessing numbers

Luz5年前 (2021-05-10)412
The number guessing game is to make the game machine randomly generate a positive integer within 100, and the user input…

PROGRAMMING:Finding the approximate value of e

Luz5年前 (2021-05-10)424
The natural constant $$e $$can be expressed as Series $$1 + 1 / 1+ 1/2!+\ cdots +1/n! +\ Cdots $$. This problem requires…

PROGRAMMING:Find the minimum

Luz5年前 (2021-05-10)486
This problem requires programming to find out the minimum value of a given series of integers.###Input format:The input…

PROGRAMMING:Statistical prime sum

Luz5年前 (2021-05-10)454
This problem requires statistics of the number of prime numbers in the given integer $$M $$and $$n $$intervals and their…

PROGRAMMING:Finding the partial sum of power series expansion

Luz5年前 (2021-05-10)383
Known function $$e ^ x $$can be expanded to Power Series $$1 + X + x ^ 2 / 2+ x^3 /3! + \ cdots + x^k /k! + \ cdots$$。 N…