Practice ยท 1 of 3
Count Greater
Implement int count_greater(const int *a, int n, int t) counting elements strictly greater than t.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Search Practice
Practice ยท 1 of 3
Implement int count_greater(const int *a, int n, int t) counting elements strictly greater than t.
Difficulty: beginner
Back to lesson: Practice: Search Practice