Examples

Example projects made in AlgoPoint

intermediate 17/08/2022
Fibonacci Sequence

Evaluating the nth term of the sequence and φ.

easy 17/08/2022
Palindrome

Checking if a given expression is a palindrome.

easy 17/08/2022
Prime Number

Checking if a given integer is a prime number.

intermediate 24/08/2022
Exponentiation by Squaring

Quick calculation of the power with a natural exponent.

easy 24/08/2022
Insertion Sort

A simple sorting algorithm that inserts successive elements of the sequence in the right places.

hard 24/08/2022
Newton-Raphson Method

Finding the approximate value of the root.