We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443864e commit 0db849fCopy full SHA for 0db849f
Array Stacking Algorithm/C++/stackusing2qs.cpp
@@ -10,7 +10,7 @@ struct qu2// queue2 declaration {
10
qu2 *n2;
11
int d2;
12
}*f2 = NULL, *r2 = NULL, *q2 = NULL, *p2 = NULL, *np2 = NULL;
13
-
+
14
void enqueue1(int a) {
15
np1 = new qu1;
16
np1->d1 = a;
0 commit comments