Learned or Solved Something Today?

Dump it here! Let others learn from you

Write a csharp hack
Showing 20 of 22 from page 1

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: CamelCase

Solving HackerRank Problem  CamelCase  using both Java and C sharp Problem Alice wrote a sequence of words in CamelCase as a string of letters s having the following properties It is a concatenation o

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Weighted Uniform Strings

Solving HackerRank Problem  Weighted Uniform Strings  using both Java and C sharp Problem A weighted string is a string of lowercase English letters where each letter has a weight Character weights ar

metabox posted in #csharp #hackerrank-solutions #codingchallenge

C# Solution For HackerRank Problem: Two Strings

Solving HackerRank Problem  Two Strings using C Sharp Problem Given two strings determine if they share a common substring A substring may be as small as one character Complete the function twoStrings

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Mars Exploration

Solving HackerRank Problem  Mars Exploration using both Java and C sharp Problem Sami s spaceship crashed on Mars She sends a series of SOS messages to Earth for help Complete the marsExploration func

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Gemstones

Solving HackerRank Problem  Gemstones using both Java and C sharp Problem John has collected various rocks Each rock has various minerals embedded in it Each type of mineral is designated by a lowerca

metabox posted in #java #csharp #codingchallenge #hackerrank-solutions

Java & C# Solution For HackerRank Problem: Game of Thrones - I

Solving HackerRank Problem  Game of Thrones I using both Java and C sharp Problem Dothraki are planning an attack to usurp King Robert s throne King Robert learns of this conspiracy from Raven and pla

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Funny String

Solving HackerRank Problem  Funny String using both Java and C sharp Problem In this challenge you will determine whether a string is funny or not To determine whether a string is funny create a copy

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Caesar Cipher

Solving HackerRank Problem  Caesar Cipher using both Java and C sharp Problem Julius Caesar protected his confidential information by encrypting it using a cipher Caesar s cipher shifts each letter by

metabox posted in #java #codingchallenge #csharp #hackerrank-solutions

Java & C# Solution For HackerRank Problem: Alternating Characters

Solving HackerRank Problem  Alternating Characters using both Java and C sharp Problem You are given a string containing characters A and B only Your task is to change it into a string such that there

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Time Conversion

Solving HackerRank Problem  Time Conversion using both Java and C sharp Problem Given a time in 12 hour AM PM format convert it to military 24 hour time Complete the timeConversion function in the edi

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Staircase

Solving HackerRank Problem Staircase using both Java and C sharp Problem Its base and height are both equal to n It is drawn using symbols and spaces The last line is not preceded by any spaces Write

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Solve Me First

Solving  HackerRank Problem Solve Me First using both Java and C sharp Problem Complete the function solveMeFirst to compute the sum of two integers int solveMeFirst int a int b where a is the first i

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Simple Array Sum

Solving HackerRank Problem Simple Array Sum using both Java and C sharp Problem Given an array of integers find the sum of its elements Complete the simpleArraySum function in the editor below It must

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Plus Minus

Solving HackerRank Problem Plus Minus using both Java and C Sharp Problem Given an array of integers calculate the ratios of its elements that are positive negative and zero Print the decimal value of

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Mini-Max Sum

Solving HackerRank Problem Mini Max Sum using both Java and C sharp Problem Given five positive integers find the minimum and maximum values that can be calculated by summing exactly four of the five

metabox posted in #java #csharp #codingchallenge #hackerrank-solutions

Java & C# Solution For HackerRank Problem: Diagonal Difference

Solving HackerRank Problem Diagonal Difference using both Java and C sharp Problem Given a square matrix calculate the absolute difference between the sums of its diagonals See the full description of

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: Compare the Triplets

Solving HackerRank Problem Compare the Triplets using both java and C sharp Problem Alice and Bob each created one problem for HackerRank A reviewer rates the two challenges awarding points on a scale

metabox posted in #java #csharp #codingchallenge #hackerrank-solutions

Java & C# Solution For HackerRank Problem: Birthday Cake Candles

Solving HackerRank Problem Birthday Cake Candles using both Java and C sharp Problem You are in charge of the cake for a child s birthday You have decided the cake will have one candle for each year o

metabox posted in #java #csharp #hackerrank-solutions #codingchallenge

Java & C# Solution For HackerRank Problem: A Very Big Sum

Solving HackerRank Problem A Very Big Sum in both Java and C sharp language Problem In this challenge you are required to calculate and print the sum of the elements in an array keeping in mind that s

metabox posted in #csharp #codingchallenge #hackerrank-solutions

C# Solution For HackerRank Problem: Minimum Absolute Difference in an Array

Solving HackerRank Problem Minimum Absolute Difference in an Array in C Sharp Problem Complete the minimumAbsoluteDifference function in the editor below It should return an integer that represents th

fb