Skip to content

Mondicoders/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Task A

Calculate a + b

Example:

Input:

2 3

Output:

5

Task B

Reverse a string

Example:

Input:

Python

Output:

nohtyP

Task C

Find a maximum in a sequence

Example:

Input:

1 5 3 9 2

Output:

9

Task D

Calculate a factorial of a number n

f(n) = n * (n - 1) * ... * 1

Example:

Input:

5

Output:

120

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published