iamdestinychild / 30-Days-DSA-Challenge

A 30 days challange for you to learn data structure and algorithm
MIT License
45 stars 65 forks source link

min_max_sum.c #214

Open paras-2407 opened 1 year ago

paras-2407 commented 1 year ago

I have added a C language code for finding maximum and minimum sum in an array taking only 4 numbers at a time.