add header file for set

This commit is contained in:
2021-01-02 16:10:06 +01:00
parent 004e7a9cd6
commit a2b836f592
8 changed files with 25 additions and 27 deletions

View File

@@ -1,9 +1,7 @@
#pragma once
#include <bits/stdc++.h>
#include"Node.h"
#include"Set.cpp"
#include"Set.h"
class MultiSet:public Set {
Node* first;