From 10da051ba6673e09af3328bbee96e7f1d202f540 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 26 May 2020 01:31:58 -0400 Subject: [PATCH] added documentation URL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04feb9c52..e8034d7c4 100644 --- a/README.md +++ b/README.md @@ -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.