Update operations_on_datastructures/circular_linked_list.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Alvin Philips 2021-10-31 07:10:41 +05:30 committed by GitHub
parent e1411120bf
commit 25ed3ea08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ namespace operations_on_datastructures {
/** /**
* @namespace circular_linked_list * @namespace circular_linked_list
* @brief Functions for the Circular Linked List implementation * @brief Functions for the [Circular Linked List](https://www.geeksforgeeks.org/circular-linked-list/) implementation
*/ */
namespace circular_linked_list { namespace circular_linked_list {