Nivedita967 / Data-Structure-and-Algorithms

Data Structure and Algorithms problems across various platforms.
MIT License
48 stars 77 forks source link

Count number of ways to partition a set into k subsets #1213

Closed pri1311 closed 3 years ago

pri1311 commented 3 years ago

Related Issue

Closes: #629

Describe the changes you've made

Added C solution to Count number of ways to partition a set into k subsets

Describe if there is any unusual behavior of your code(Write NA if there isn't)

NA

Language used for coding

C

Checklist: