Google-Developer-Student-Club-CCOEW / Competitive-Coding

7 stars 52 forks source link

Add Kadane's Algorithm to the array directory #222

Closed SparshRastogi closed 2 years ago

SparshRastogi commented 2 years ago

@RuchikaSuryawanshi7 I would like to add the implementation of the Kadane's algorithm in Python to the Array directory of your repository,could you please assign that to me so I can move forward with it

RuchikaSuryawanshi7 commented 2 years ago

@SparshRastogi you can work on this now, make sure you explain the algorithm separately

shreya2663 commented 2 years ago

can i do it

SparshRastogi commented 2 years ago

@SparshRastogi you can work on this now, make sure you explain the algorithm separately

@RuchikaSuryawanshi7 thanks,I will try to complete that by today's evening

SparshRastogi commented 2 years ago

@RuchikaSuryawanshi7 can I do the explanation part in the docstrings or do you need a Readme.md file for that?