Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 218 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 218 Bytes

TIME COMPLEXITIES: Parametrised constructor:O(n), Destructor:O(n), Inserting number at front:O(1), Inserting number at end:O(n), Searching given number:O(n), Output Method:O(n), Reverse:O(n), Removing duplicate:O(n^2)