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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -