Hi folks.
i have tried to implement a generic data structure called
Tournament with c language.
i have kept the documentation in the header file and done a
unit test with CUnit framework however i am not attaching the test code here in this post as it gets too long, i am attaching the github link though.
I have used the Doxygen standard for the documentation.
here is the code:
tournament.h
tournament.c
Here is the
test code with CUnit.
please share any improvements that can be done.
kind regards
praveen