LetsGrowMoreCommunity / DSA-Playyard

Explore the world of Data Structures and Algorithm
18 stars 51 forks source link

Last Stone Weight #224

Closed Sanskriti2401 closed 3 years ago

Sanskriti2401 commented 3 years ago

Fixes #72 Code added for Last Stone Weight in C++.

Sanskriti2401 commented 3 years ago

@Debashish-hub Kindly review my PR

vilsi12 commented 3 years ago

Please add the time complexity

Sanskriti2401 commented 3 years ago

@vilsi12 Done

vilsi12 commented 3 years ago

Do run this program it not working

Sanskriti2401 commented 3 years ago

@vilsi12 The program is working and got submitted in leetcode. Actually the test case is not in right order. I have edited it. Please check it now