Saturday, 27 February 2016

CP's data structure's library



Recently, I am investing an hour or two to write build a library of data structures. This library is written in C language encompassing implementation of multiple data structures. It also has test cases which provides code coverage for possible scenarios. This can be found at https://github.com/cpaithane/cp_ds_lib repository. It can be pulled from linux terminal using following command :

# git pull https://github.com/cpaithane/cp_ds_lib

Please provide your review comments on the work.

Thanks,
Chetan Paithane