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 227e9d2 commit 572bb35Copy full SHA for 572bb35
data_structures/stack_using_queue.cpp
@@ -9,7 +9,7 @@
9
* @author [tushar2407](https://github.com/tushar2407)
10
*/
11
#include <cassert> /// for assert
12
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
13
#include <iostream> /// for IO operations
14
#include <queue> /// for queue data structure
15
0 commit comments