Skip to content

100 days of Python. 100 programming Challanges. One Day at a Time.

Notifications You must be signed in to change notification settings

Gothamv/100DaysOfPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100DaysOfPython

100 days of Python. 100 programming Challanges. One Day at a Time.

Problems

Day 1 : Given a List of numbers and a number k, return whether any two numbers from the list add up to k.

Day 2 : Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original array except the one at i.

Day 3: Given any two words, check if a word is an anagram of another.

Day 4: Given an array of positive and negative integers, find the first missing positive integer.

Day 5: Given the mapping a = 1, b = 2, ... z = 26, and an encoded message, count the number of ways it can be decoded. You can assume that the messages are decodable. For example, '001' is not allowed.

.....

Day n.

About

100 days of Python. 100 programming Challanges. One Day at a Time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages