What is the space complexity for deleting a linked list? Q & A › Category: Data Structure › What is the space complexity for deleting a linked list? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the space complexity for deleting a linked list? a) O(1) b) O(n) c) Either O(1) or O(n) d) O(logn) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) O(1) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...