Skip to content

We give an algorithm for finding the multiplication o the odd numbers where they given in a list.

License

Notifications You must be signed in to change notification settings

cakmakaf/filter_data_structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Filter Data Structure

We provide a usage of the filter() and reduce() function with a simple example.

Project Description

In this file, you can see the usage of the filter() and reduce() function with a simple example. The goal of the problem is finding the multiplication of the odd numbers where they given in a list. You can re-orginize the list and extend the options to be able to sophisticate the code.

Execution

To execute the program, you need to have Python 3.x and an editor. If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included. Make sure that you select the Python 3.X installer and not the Python 2.7 installer.

About

We give an algorithm for finding the multiplication o the odd numbers where they given in a list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages