This project aim to help the learning data structures, so when sending your changes, always keep in mind that we prefer to have a readable code and well organized (but inefficient) to have an efficient but unreadable code.
As we know, everyone has their opinion about code design in programming languages, and C is no different. For this reason, this repository will use the convention explained on the [C Coding Standard] (http://users.ece.cmu.edu/~eno/coding/CCodingStandard.html) site.
We love pull requests from everyone. By participating in this project, you agree to abide by the libadt code of conduct.
Fork, then clone the repo:
git clone git@github.com:vndmtrx/libadt.git
Make your change. Add tests for your change. Make the tests pass:
make vg_tests
Push to your fork and submit a pull request.
At this point you're waiting on us. We like to at least comment on pull requests within seven days (and, typically, one). We may suggest some changes or improvements or alternatives.