提交 90c24603 编写于 作者: S Samrat De

wrapped all the functions inside a class

上级 3df1f82b
......@@ -11,7 +11,7 @@ struct node {
class double_linked_list {
public:
double_linked_list() {
start = NULL;
start = NULL;
}
void insert(int x);
void remove(int x);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册