What is function stack-full in algorithm? -


here algorithm of stack, want know can function stack-full, here? or queue.

procedure add(item,a,n,top) if(top>=n) stack-full() top++; a(top) <-- 1 end 

it abstract handler handle stack overflow. decide should do: throw exception or increase stack size.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -