You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vasily Guzov 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.
1 year ago
..
binarySearch [algo] binarySearch 3 years ago
endingStrings.ts [bestSolution] search end string in another string my solution 1 year ago
factorial.js [solution] factorial for, factorial recursive 1 year ago
fib.ts [solution] multiply fibonachi 1 year ago
insertionsort.ts [solution] insertion sort words add 1 year ago
isTriangle.ts [solution] check is posible to make triangle 1 year ago
main.test.ts [tests] setup tests 3 years ago
main.ts [infra] creat ts library for collect snippets 3 years ago
maxLengthSubString.ts [solution] max length unick sub string my solution 1 year ago
minMaxNumber.ts [solution] fix sort mutate list, not return result 1 year ago
sumArray.ts [8kyu][array][fundamentals] sum array of numbers 1 year ago
task.js [solution] screening task 1 year ago
towerBuilder.ts [6kyu][string] towerBuilder 1 year ago