Skip to content

Commit dcd353d

Browse files
authored
Merge pull request #42 from JulesFouchy/S2-TD6
S2 TD6
2 parents 1928313 + 4fb8ca4 commit dcd353d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

content/TDs/S2/06_binaryTree.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,8 @@ struct BinaryTree {
329329
void insert(int value);
330330
bool remove(int value);
331331
void clear();
332-
bool contains(int value) const;
333332
size_t height() const;
334333
};
335-
336-
bool contains(std::unique_ptr<SmartNode>& node, int value);
337334
```
338335

339336
1. Créer un fichier `binaryTree.cpp` et implémenter les méthodes de la structure `BinaryTree`.

0 commit comments

Comments
 (0)