Files
algorithms/lib
vaskes 3a964f61f9 [8kyu][array][fundamentals] sum array of numbers
https://www.codewars.com/kata/576b93db1129fcf2200001e6

Sum all the numbers of a given array ( cq. list ), except the highest
and the lowest element ( by value, not by index! ).The highest or lowest
element respectively is a single element at each edge, even if there are
more than one with the same value.Mind the input validation.
2024-10-03 12:57:45 +03:00
..
2023-06-27 21:58:23 +03:00
2024-09-24 00:07:56 +03:00
2023-06-27 21:35:04 +03:00
2024-09-24 00:08:35 +03:00
2024-10-03 12:55:37 +03:00