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