Abstract Data Type (ADT)

abstraction of ds which provides the interfaces which ds must adhere to .

but the interface does not care about how this ds work he only care about what he get

Screenshot_20230224_043233.png

big o notation

TIME COMPLEXITY ;

Screenshot_20230224_082705.png

Screenshot_20230224_083835.png

NOTE

i+=2 ——> N/3

i+=3——>n/3