Skip to content

sheikharian/Shortest_Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Shortest_Path

Given a 2d array with various values, calculates and outputs the shortest path from left to right.

Code Functions

  • Utilizes memoization and recursion to determine the best possible next step.
  • Prints to console the length of the path as well as the cells visited in proper order.

Creator: Sheikh Arian

About

Given a 2d array, returns a path from left to right with the lowest "weight."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages