We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8b60f commit 548085bCopy full SHA for 548085b
data_structures/stack_using_array.cpp
@@ -3,6 +3,10 @@
3
#include <memory> /// For std::unique_ptr
4
#include <stdexcept> /// For std::out_of_range
5
6
+/**
7
+ * @namespace
8
+ * @brief data_structures
9
+ */
10
namespace data_structures {
11
/**
12
* @brief Class representation of a stack
0 commit comments