My issue
Given a list of
N
N integers, representing height of mountains. Find the height of the tallest mountain
My code
#include <stdio.h>
int main() {
// your code goes here
}
Learning course: BCS301: Data structures
Problem Link: https://www.codechef.com/learn/course/abesit-dsa/ABESITDS06/problems/UWCOI20A