Skip to main content

Hacker Rank: 2D Array - DS Solution

I've been trying to solve the puzzles on HackerRank.com lately. This post is just to solve the problem in Arrays section of Hacker Rank

I feel better to solve the problems though. It certainly improves some area in programming language.

As I'm a C# developer the problem is solved using C# as programming language.

Question: https://www.hackerrank.com/challenges/2d-array

And the solution is

Comments

  1. you are in point of fact a good webmaster. The site loading speed is incredible. It seems that you are doing any distinctive trick. Moreover, The contents are masterpiece. you've performed a excellent task in this topic!

    ReplyDelete
  2. What's Taking place i'm new to this, I stumbled upon this I have discovered It absolutely helpful and it has helped me out loads. I'm hoping to give a contribution & aid other customers like its aided me. Great job.

    ReplyDelete

Post a Comment

Popular posts from this blog

Losing precision after multiplication in SQL Server

CodeProject Yesterday I was doing a little multiplication operation in SQL SERVER. The computation involves multiplication of two decimal numbers. A point to note here is that I've to be very careful while performing the calculations because it's a monetary thing. So, Whatever the calculation made, it must be very accurate such that I shouldn't miss any fractions as it costs in MILLIONS. The scenario is that I've two numbers, after multiplying each other I'm losing the precision of the values . I've tried to check my database for any faulty data that caused the issue. But the data is absolutely fine .