This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <assert.h> | |
| #include <stddef.h> | |
| #include <stdio.h> | |
| #include <limits.h> | |
| /** | |
| * @return - Element of that list which is the biggest | |
| * @params len - Lenght of that list | |
| * @params n - List of ints that you want to search |
OlderNewer