anuragverma108 / DSA-Placement-Probems

Welcome to the DSA Placement Problems repository, dedicated to helping individuals prepare for technical interviews at FAANG/MAANG companies. As part of the Hacktoberfest celebration, this open-source project invites contributions from the global programming community. The aim is to curate a comprehensive collection of data structures and algorithm
0 stars 1 forks source link

Pushing algorithm to calculate nCr #82

Closed extint closed 1 year ago

extint commented 1 year ago

Calculation of nCr using dynamic programming. example n = 5, r = 2 -> nCr = 10 @anuragverma108 I have done the needful, please review it. Thankyou