This repository consists tasks of Algorithms and Data Structures.
Returns minimum element in the array
Returns avarage of array elements.
Function that iterates from 2 to sqrt(n) and checks condition is divisiable by any number.
Function that calulates factorial of number, starts from n numbers and until to 0.
Function that finds the N-th of number of fibonacci sequence.
Function that finds power of base number, and second number as a power.
Function that takes inputs with scanner and will output in reverse order.
Function that string and index to iterate, and checks every element.
Function that calculates binomial coefficient of C(n, k)
Function that finds greates common divisor of two numbers.