排序
Plus Minus
Plus Minus,Although I feel more comfortable coding in C++ and JavaScript, I've been brushing up on my Python for interview practice. The below is a walk though of how I solved the ...
Merge the Tools! | HackerRank | Python
Merge the Tools! | HackerRank | Python, The House of Online Judge (63 Part Series) 1 Top Competitors | HackerRank | MSSQL 2 Reverse String | LeetCode | Python ... 59 more parts... ...
Day 76/#100DaysOfCode
Day 76/#100DaysOfCode,Continuing to work on the 6th Hackerrank problem. Achievements from yesterday: Restated and understood the leap year problem. Learned nested if Statements The...
Hackerrank – Sherlock and Array Solution in Python
Hackerrank - Sherlock and Array Solution in Python,Time Complexity of the program O(n). if the middle value is q and the sum is p then we can write the equation as follow p + q + p...
Strange Counter | Hackerrank Problem Solution With Explanation
Strange Counter | Hackerrank Problem Solution With Explanation, Problem Statement There is a strange counter. At the first second, it displays the number . Each second, the number ...
The Captain’s Room | Hackerrank Problem Solution With Explanation
The Captain's Room | Hackerrank Problem Solution With Explanation, Problem Statement Mr. Anant Asankhya is the manager at the INFINITE hotel. The hotel has an infinite amount of ro...
Hourglass Problem
Hourglass Problem,This problem is based on a challenge on hackerrank. It is a bit tricky beginner level problem. The problem is to find the maximum of all the hourglass shaped numb...
Mini-Max Sum Problem
Mini-Max Sum Problem,Problem statement Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then p...
problem: Java Date and Time
problem: Java Date and Time, Link to the problem Input would be month day year, and output the day of week. //sample input 08 05 2015 //sample output WEDNESDAY Enter fullscreen mod...
2D Array DS Hackerrank solution in Python
2D Array DS Hackerrank solution in Python,Question Given a 6×6 2D Array, arr: 1 1 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 An hourglass in A is a subset...
HackerRank #40 | Java Dequeue |
HackerRank #40 | Java Dequeue | ,Esse exercício recebe dois inputs iniciais: um integer N, relativo à quantidade de números em um array, e um integer M, relativo a um subarray d...
Hackerrank-Circular Array Rotation
Hackerrank-Circular Array Rotation,John Watson knows of an operation called a right circular rotation on an array of integers. One rotation operation moves the last array element t...