First off, thanks for taking the time to contribute! 🎉
- Description of the PR explains what you've done.
- Every source file has a license header (https://www.apache.org/licenses/LICENSE-2.0).
- Code is optimized for readability.
- Source is well documented.
- Spaces are used for indentation.
- Add newline at end of file.
- Use snake_case 🐍 for C, C++ & Python.
Create a new issue in the following scenarios:
- An issue corresponding to a programming language is not yet created.
- A bug 🐛 in existing code has been detected.
Thanks Again! 😃