Skip to content
CompuServe test bed
CompuServe Archive
CompuServe Forums
CompuServe Messages
CompuServe Thread
CompuServe User
CompuServe Thread
Search
Browse Forums
Thread
Mac Developers Forum
·
C and Pascal
recursion
1
messages in this thread
#
164068
From:
Brian Fitzgerald
Mar 15, 1994 1:24 PM
No, O() notation is not just for time – it can be used for space as well. The Quicksort I posted has a stack usage of O(ln n), which does place an upper bounds on the space required on the stack at any one time.