排序
HackerRank Greedy Florist
HackerRank Greedy Florist,This is the solution for the HackerRank Greedy Florist problem, in python. This is a problem in the Interview Preparation Kit > Greedy Algorithms and i...
HackerRank #8 | Date and Time |
HackerRank #8 | Date and Time | , Date And Time Esse exercício propõe usar a classe Calendar para construir uma saída com apenas o dia da semana a partir de um input de mês, di...
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’s Nested Lists Problem
HackerRank's Nested Lists Problem,HackerRank's Nested Lists problem can be solved in many ways. One of the solutions that you might find in the discussion area of the problem is th...
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...
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...
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...
Problema HackerRank em Python – Base Data Types Lists
Problema HackerRank em Python - Base Data Types Lists,Este código em Python é projetado para executar uma série de operações em uma lista com base em comandos fornecidos pelo ...
Mini-Max Sum – HackerRank Problem Solving
Mini-Max Sum - HackerRank Problem Solving,Mini-Max Sum is a Hackerrank problem from the Algorithms subdomain that requires the understanding of the sum of For-Loop and Array. In th...
Hash Maps
Hash Maps,It’s not really a secret that I love using hash maps, and one of my goals this week was to teach myself how to use them in Python. Essentially, a hash map is a data stru...
collections.Counter() | HackerRank | Python
collections.Counter() | HackerRank | Python, The House of Online Judge (63 Part Series) 1 Top Competitors | HackerRank | MSSQL 2 Reverse String | LeetCode | Python ... 59 more part...
How do I improve my python skills
How do I improve my python skills,I'll give you a simple tip about improving your python skills. It’s very simple and of the bonus is that many technology companies apply your cha...