added documentation URL

This commit is contained in:
Krishna Vedala 2020-05-26 01:31:58 -04:00 committed by GitHub
parent 7ae9717f26
commit 10da051ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
![cpplint](https://github.com/kvedala/C-Plus-Plus/workflows/cpplint_modified_files/badge.svg)
![C/C++ CI](https://github.com/kvedala/C-Plus-Plus/workflows/C/C++%20CI/badge.svg)
[Documentation](https://kvedala.github.io/C-Plus-Plus)
### All algorithms implemented in C++ (for education)
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.