Triples Product You are given a function: Long findTriplets (long N) The function accepts long integer N. Implement the function to return the numb…
Read more
Showing posts with the label algorithmShow all
Codewars:Create Phone Number Challenge Name: Create Phone Number Challenge Description Write a function that accepts an array of 10 integers (between 0 …
Read moreCodeWars: Moving Zeros To The End Challenge Name Moving Zeros to The End Challenge Description: Write an algorithm that takes an array and moves all of t…
Read moreStop Spinning My Words Problem Statement Write a function that takes in a string of one or more words, and returns the same string, but with all five or…
Read more