Grad shape
Grad shape

Design A data structure with insertion, deletion, contains(), random accesss all in O(1) time

Get started
hero image
    🙏

    জয়  শ্রী  রাম

    🕉





Problem Statement:

Design a data structure with insertion, deletion, search, random accesss all in O(1) time. All elements are distinct.

Java and Python Implementation:



Login to Access Content



Instructor: