Count of Triplets – Decreasing Order
Count the number of triplets in an array where three integers appear in strictly decreasing order.
Choose your challenge. Start easy and work your way up.
Count the number of triplets in an array where three integers appear in strictly decreasing order.
Find the nearest integer to N where the concatenation of its first and last digits is a factor of the integer itself.
Find the lexicographic rank of a string among all unique substrings of itself
Print a vertical zigzag pattern of numbers in a matrix format
Find the basket under a tree that receives the most different colors of flowers from its tree and adjacent trees.
Move the first M words to the end of a sentence in reverse order
Calculate and print the perimeter of a polygon given the lengths of its N sides
Convert a given ASCII value to its corresponding character
Compare and analyze the differences between JavaScript and jQuery for web development
A comprehensive guide to setting up and running a simple Node.js server with HTTP module
Find the highest common factor (HCF) or greatest common divisor (GCD) of two given positive integers.
Print odd numbers from A to B interlaced with even numbers from B to A