Skip to content

Commit 2832e8f

Browse files
committed
added python solutions
1 parent 1cb1b66 commit 2832e8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Algorithms/Python/Maximum Sum/Maximum_Sum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Compiles only on Python 2.7.6 environment
12
# Write your code here
23
N=map(int,raw_input().split())
34
arr=map(int,raw_input().split())

Algorithms/Python/Policemen and thieves/Policemen_and_thieves.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Compiles only on Python 2.7.6 environment
12
def solution (A, K):
23
# Write your code here
34
ans=0 #To save the result

0 commit comments

Comments
 (0)