There are no reviews yet. Be the first to send feedback to the community and the maintainers!
find-the-area-of-a-polygon-for-a-given-n-js
task is to find the area of a polygon-isLucky-js
icket numbers usually consist of an even number of digits. A ticket number is considered lucky if the sum of the first half of the digits is equal to the sum of the second half. Given a ticket number n, determine if it's lucky or not.arrayMaximalAdjacentDifference-js
almostIncreasingSequence--js
Given a sequence of integers as an array, determine whether it is possible to obtain a strictly increasing sequence by removing no more than one element from the array.reverseInParentheses-js
Write a function that reverses characters in (possibly nested) parentheses in the input string.Java-Output-Formatting
paddingaddBorder-js
Given a rectangular matrix of characters, add a border of asterisks(*) to it.firstcode101
The first code am gonna write in Git HubcheckPalindrome-js
Given a string, check if it is a palindrome.boxBlur-js
Java-Datatypes
working with the primitives used to hold integer values (byte, short, int, and long)evenDigitsOnly-js
Java-String-Reverse
getting a palindromeareSimilar-js
Java-Anagram
how to check if two words are anagramsavoidObstacles-js
Java-Stdin-and-Stdout-II
understanding of the nextLine() functionality in javaJava-Loops
cool loopingJava-Strings
sorting through Strings and uppercasing the first characterspalindromeRearranging-js
Java-If-Else
hacker rank questionAngular_assignment_2
Java-Substring
Printing the substring in an inclusive rangeJava-End-of-file
reading n lines of inputarrayReplace-js
Pattern-Syntax-Checker
Java-Currency-Formatter
convertion into the US, Indian, Chinese, and French currency formats.matrixElementsSum
Given matrix, a rectangular matrix of integers, where each value represents the cost of the room, your task is to return the total sum of all rooms that are suitable for the CodeBots (ie: add up all the values that don't appear below a 0).Java-String-Tokens
splitting a string into tokensReturning-a-century-in-js
Given a year, return the century it is in.allLongestStrings-js
Given an array of strings, return another array containing all of its longest strings.Java-Static-Initializer-Block
Static initialization blocks.commonCharacterCount-js
Given two strings, find the number of common characters between them.Java-Date-and-Time
converting between a specific instant in timeareEquallyStrong-js
arrayChange-js
alternatingSums-js
You are given an array of positive integers - the weights of the people. Return an array of two integers, where the first element is the total weight of team 1, and the second element is the total weight of team 2 after the division is complete.sortByHeight-js
Some people are standing in a row in a park. There are trees between them which cannot be moved. Your task is to rearrange the people by their heights in a non-descending order without moving the trees. People can be very tall!adjacentElementsProduct-js
find the pair of adjacent elements that has the largest product and return that product.Love Open Source and this site? Check out how you can help us