Skip to content

lion137/Functional---Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming in Python

File immutable_list.py it's an outline, immutable list class, tail recursive decorator and few
functions: print_list - prints list;
create_list - creates list from any indexable python object;
nth - returns, zero based, nth element of a list;
length - returns length of collection - O(n)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages