mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 07:32:54 +08:00
Update operations_on_datastructures/circular_linked_list.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -167,7 +167,7 @@ class CircularLinkedList {
|
||||
|
||||
/**
|
||||
* @namespace tests
|
||||
* @brief Testcases to check Circular Linkedd List.
|
||||
* @brief Testcases to check Circular Linked List.
|
||||
*/
|
||||
namespace tests {
|
||||
using operations_on_datastructures::circular_linked_list::CircularLinkedList;
|
||||
|
||||
Reference in New Issue
Block a user