srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

Added Reduce function for Lists #150

Closed qequ closed 2 years ago

qequ commented 2 years ago

Added Reduce function and tests for reduce function applied to Lists.

srdja commented 2 years ago

Looks good. Merging in!