Aldur

Question

Solution

Idea

Time Complexity: O(n)O(n)

This is an easy question about how to find the minimum element in an array.

Code

https://github.com/mendax1234/Coding-Problems/blob/main/kattis/aldur/aldur.c

Last updated