Skip to content

Implementation of the Feynman algorithm to solve any problem!

License

Notifications You must be signed in to change notification settings

jdockerty/feynman-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feynman Algorithm

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:

  1. Write down the problem you are facing.
  2. Think very hard about that particular problem.
  3. Write down the solution!

Example

package main

import "github.com/jdockerty/feynman-algorithm"

func main() {
    // ????
    answer := feynman.Solve()
}

About

Implementation of the Feynman algorithm to solve any problem!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages