jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.22k stars 2.09k forks source link

Optimal Game Strategy using DP #1595

Open shreyasrivastava936 opened 4 years ago

shreyasrivastava936 commented 4 years ago

problem is to select any one number from start or end so that person A will win. two person A, B is playing the game and both are equally smart. I would like to contribute to this problem for GSSoC'20.

asaw4 commented 4 years ago

i want to contribute to this problem under GSSoC'20. please assign this problem to me