Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Stack
//Title of this code #include <iostream> struct Node { int data; Node* next; Node(int d, Node *n) : data(d), next(n) {} }; class Stack { Node *lifoList; Node *sortedList; Stack(){} ~Stack(){} void push(int d) {} int pop() {} }; int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
CountingSort
PrePostIncrOp
CodeForces Div 3 - D
11080 WIP
Dar
Memory_test
Even Odd using Functions
string iteration performance
Income calculator
vertical sum