Skip to content

mattyway/SingaporeSkiing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SingaporeSkiing

A C# solution for RedMart's coding challenge

The problem involves finding the longest and steepest path down a mountain. This implementation solves it by first calculating the best possible path starting from every point on the mountain, then comparing the results to find the longest and steepest path. Paths are built by recursively finding the best paths of neighbouring points and selecting the neighbour that has the best path.

About

Attempt at a solution to the RedMart coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages