Sets are implemented using _______________________
Sets are implemented using _______________________ Correct Answer binary search tree
Sets are implemented using the search tree so that we can check the presence of any element to be inserted in O(logn) time in order to remove conflicts between elements.
মোঃ আরিফুল ইসলাম
Feb 20, 2025