Skip to content

tufanoruk/ffn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Furthest Number

This is a toy project to understand working with VSCode, C++17, CMake and boost.asio.

This test measures your speed and accuracy in carrying out number tasks in your head. For each problem presented, start by finding the highest and the lowest of the three numbers displayed.Having identified those, decide whether the highest number or the lowest number is numerically further away from the remaining number.

Example.

For series of numbers "9 3 7", "7" is the middle number, "3" is further from "7" then "9", thus answer is "3"

This mimics a part of GIA test for number speed and accuracy.

About

Find Furthest Number Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published