Skip to content

Commit

Permalink
missing header in rope class
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 29, 2024
1 parent 83f3ad3 commit f39012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ You can see more [examples](/examples) or follow the [Tutorials](/tutorial).
- [X] [Interval Tree](https://en.wikipedia.org/wiki/Interval_tree)
- [X] [234 Tree](https://en.wikipedia.org/wiki/2%E2%80%933%E2%80%934_tree)
- [X] [Min/Max Heap](https://en.wikipedia.org/wiki/Min-max_heap)
- [X] [Rope(Chord)](https://en.wikipedia.org/wiki/Rope_(data_structure))

**Lists**
- [X] [Single Linked List](https://en.wikipedia.org/wiki/Linked_list)
Expand Down
1 change: 1 addition & 0 deletions src/classes/tree/rope.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <cassert>
#include <vector>
#include <queue>
#include <functional>
#include <unordered_map>
#endif

Expand Down

0 comments on commit f39012a

Please sign in to comment.