We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • Hackerrank Home
  • Prepare
    NEW
  • Certify
  • Compete
  • Career Fair
  • Hiring developers?
  1. All Contests
  2. ProjectEuler+
  3. Project Euler #83: Path sum: four ways

Project Euler #83: Path sum: four ways

Problem
Submissions
Leaderboard
Discussions

This problem is a programming version of Problem 83 from projecteuler.net

In the matrix below, the minimal path sum from the top left to the bottom right, by moving left, right, up, and down, is indicated in bold red and is equal to .

Find the minimum path sum in given matrix.

Input Format

Each testcase begins with an integer followed by lines containing the description of the matrix.

Constraints


Output Format

A single line for each testcase containing the value of the minimal path sum.

Sample Input

5
131 673 234 103 18
201 96 342 965 150
630 803 746 422 111
537 699 497 121 956
805 732 524 37 331

Sample Output

2297

Author

shashank21j

Difficulty

Hard

Max Score

100

Submitted By

1653

Need Help?


View discussions
View top submissions

rate this challenge

MORE DETAILS

Download problem statement
Download sample test cases
Suggest Edits
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy