moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Implemented russian peasant multiplication algorithm in c #48

Closed abhijitmanatkar closed 5 years ago

abhijitmanatkar commented 5 years ago

Implemented the russian peasant multiplication algorithm in C.

abhijitmanatkar commented 5 years ago

Added the problem description and example inputs and outputs.