Python/Maths
Ashwek Swamy 32db8be93e Update FindMax.py (#588)
Issues in previous code:
`Line 3` math module is not used so we don't have to import it
`Line 5`, `max = 0` will give wrong answer (0) when the list contains only -ve elements, as 0 will always be larger than the elements.
2018-11-01 21:55:28 +08:00
..
3n+1.py name = main 2018-10-28 13:36:39 -08:00
FindMax.py Update FindMax.py (#588) 2018-11-01 21:55:28 +08:00
FindMin.py name = main 2018-10-28 13:36:39 -08:00