Skip to content

An exercise to find saddle points within a series of arrays

Notifications You must be signed in to change notification settings

matlc/saddle-sore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

A Ruby programming exercise.

A saddle point is a cell whose value is greater than or equal to any in its row and less than or equal to any in its column.

This is an initial a run without using the Matrix object.

TODO
- recreate using Matrix

About

An exercise to find saddle points within a series of arrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages