Skip to content

This application demonstrates difference between simple and tail recursion

Notifications You must be signed in to change notification settings

alexyarikov/TailRecursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This console application demonstrates difference between simple and tail recursion. Initially it allocates a big list structure and recursively calculates list items number using recursion of type specified by user from console input. Such calculation using simple recursion leads to stack overflow runtime error whereas tail recursion do it successfully.

About

This application demonstrates difference between simple and tail recursion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages