Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 31, 2024
1 parent e2a20d1 commit 33c9231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 101 deletions.
3 changes: 2 additions & 1 deletion src/classes/tree/avl_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ template <typename T> class avl_tree {
*
* @return size_t the size of the tree
*/
size_t size() { return _size; }
size_t size() const { return _size; }

/**
*@brief remove function.
*@param key: key to be removed.
Expand Down
100 changes: 0 additions & 100 deletions src/extra/test.cc

This file was deleted.

0 comments on commit 33c9231

Please sign in to comment.