hackerrank 第2页
Plus Minus-拾光赋

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 ...
kity的头像-拾光赋kity2年前
0377
Merge the Tools! | HackerRank | Python-拾光赋

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... ...
kity的头像-拾光赋kity3年前
02813
Day 76/#100DaysOfCode-拾光赋

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...
kity的头像-拾光赋kity3年前
04711
Hackerrank - Sherlock and Array Solution in Python-拾光赋

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...
kity的头像-拾光赋kity3年前
04012
Strange Counter | Hackerrank Problem Solution With Explanation-拾光赋

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 ...
kity的头像-拾光赋kity3年前
02615
The Captain's Room | Hackerrank Problem Solution With Explanation-拾光赋

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...
kity的头像-拾光赋kity3年前
0345
Hourglass Problem-拾光赋

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...
kity的头像-拾光赋kity3年前
0485
Mini-Max Sum Problem-拾光赋

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...
kity的头像-拾光赋kity3年前
02212
problem: Java Date and Time-拾光赋

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...
kity的头像-拾光赋kity3年前
03510
2D Array DS Hackerrank solution in Python-拾光赋

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...
kity的头像-拾光赋kity3年前
04910
HackerRank #40 | Java Dequeue |-拾光赋

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...
kity的头像-拾光赋kity4年前
05015
Hackerrank-Circular Array Rotation-拾光赋

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...
kity的头像-拾光赋kity4年前
0296