Allegedly coined in jest by Murray Gell-Mann to describe Richard Feynman's incredible problem solving ability, this simple algorithm can be used to solve absolutely anything!
It is very easy to remember, containing only three steps:
- Write down the problem you are facing.
- Think very hard about that particular problem.
- Write down the solution!
package main
import "github.com/jdockerty/feynman-algorithm"
func main() {
// ????
answer := feynman.Solve()
}