kelvins / algorithms-and-data-structures

:abacus: Algorithms and Data Structures in several Programming Languages
MIT License
1.04k stars 256 forks source link

implemented Min and Max (D&C) in C and C++, updated README.md #312

Closed ShashashankThakur closed 10 months ago

ShashashankThakur commented 10 months ago

Description

Implemented Min and Max (divide and conquer) in C and C++ in files named MinMaxDC.c and MinMaxDC.cpp Updated README.md to reflect the new C and C++ programs