mentioning the destructor

This commit is contained in:
Jidong Xiao
2025-03-21 13:44:24 -04:00
committed by JamesFlare
parent be8d649ead
commit 9feed1f407

View File

@@ -13,7 +13,7 @@
## 19.1 Warmup Exercise ## 19.1 Warmup Exercise
Write the ds set::destroy tree private helper function. Write the ds set::destroy tree private helper function, which can then be called by the destructor.
## 19.2 Insert ## 19.2 Insert