What is the time complexity of reversing a word using stack algorithm? Q & A › Category: Data Structure › What is the time complexity of reversing a word using stack algorithm? 0 Vote Up Vote Down Admin Staff asked 4 years ago What is the time complexity of reversing a word using stack algorithm? a) O (N log N) b) O (N2) c) O (N) d) O (M log N) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago c) O (N) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...