Python Challenges - Find the max or min of numbers in a list without using the built-in functions

Опубликовано: 23 Март 2026
на канале: Ajay Tech
14,045
108

Without using the in-built functions, to find out the min or max of numbers in a list, iterate through all the elements, mark if the element is higher or lower than a preset min/max. Finally after the loop is over you will know the marked elements as min or max.

Notes - https://ajaytech.co/python-challenges...

Udemy Courses -
Python Course - https://www.udemy.com/course/just-eno...
Microsoft Python Certification - https://www.udemy.com/course/microsof...
Python Challenges -
https://www.udemy.com/course/100-pyth...