DEV Community

Discussion on: Complete Introduction to the 30 Most Essential Data Structures & Algorithms

Collapse
 
nerd profile image
Dhananjay Panage

I really liked reading this, but if I am not mistaken the worst time complexity of BST for insertion, deletion and searching is O(n) and not O(log n).