About Sorting Algorithms applied to Stacks and Queues

Posted by matin1234 on Stack Overflow See other posts from Stack Overflow or by matin1234
Published on 2010-06-12T13:26:32Z Indexed on 2010/06/13 20:02 UTC
Read the original article Hit count: 204

Filed under:
|
|

I want to know why we always use Sorting algorithm like (Insertion Sort or Merge Sort,...) just for lists and arrays? And why we do not use these algorithms for stack or queue?

© Stack Overflow or respective owner

Related posts about java

Related posts about beginner