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 problem solvingShow all
Banks have been introducing various innovative deposit heroes to expand their services to Customers. One of the schemes is known as the Rainy Day Fund, wh…
Read moreCodewars: Valid Parentheses Description Write a python function such that it takes a string of parentheses, and determines if the order of the parenthe…
Read moreCodeWars:Valid Spacing Challenge Name: Valid Spacing Challenge Description: Write a python function called valid_spacing() or validSpacing() which c…
Read more