Skip to content

j2kun/guess-the-polynomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Guess your polynomial

Secretly pick a polynomial in one variable with nonnegative integer coefficients. Then answer just two questions and watch as your polynomial is read back to you! It's not magic, it's maths.

$ python guess.py  
What is f(1)? 4
What is f(5)? 56
Your polynomial is: 

	1 + 1 x^1 + 2 x^2

Explanation

About

A program that learns your polynomial using just two queries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages