Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 315 Bytes

python_programs

Repo contains solutions for some interesting programming problems implemented in python

Program #1 max_sum_non_neighbours.py This program sample finds the max sum of the non neighbours in the given list of numbers

Program #2 get_sub_sets.py This program prints all the sub sets of a given set.