There are trade-offs for many algorithms: some algorithms perform fast, but require more memory. What search algorithms require more memory in comparison to others? Please match the search algorithms with their efficiency of memory usage. 1.hashing 2.binary search tree 3.binary search 4.linear search

Q&A Education