Skip to content

fahd-akbar/tight-rope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning an impressive stunt

Imagine you are a daredevil looking to walk a tightrope between two building. Your goal is to figure out how you can traverse the largest (and most impressive) area between the available buildings in your city.

alt text

Problem

Write a function to return the maximum area of air that you could traverse on the tightrope.

Approach

The simplest approach of brute force is taken to check each building with every other building to find out the max area.

Testing

jest if used as a framework for testing. Please run the tests using the following command.

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published