Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Makefib

Fibonacci with dynamic programming in GNU make.

$ make 42
267914296

GNU make seems like a dynamic programming framework. So I had wanted to abuse GNU make as an algorithmic problem solver just for fun.

This Makefile uses build targets (x, xx, xxx, xxxx...) to memoize calculated Fibonacci numbers; x for fib(0), xx for fib(1), and xxx for fib(2).

About

Fibonacci in GNU make

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages