Skip to content

RMadsenG/NoMoreRecursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Non Recursive Calculations

A "highly" efficient method of rewriting recursive algorithms using loops instead

When we are first introduced to recursion in school, we are taught that loops are usually faster than recursion. If you can easily write a function using loops instead of recursion, we are told that you should.

This is my attempt at redoing common recursive algorithms using loops instead of recursion for "maximum" speed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages