bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / semester_2 / algorithms / algo_032.md

algo_032.md (236B)


      1 # algo_032
      2 
      3 ### Problem Statement
      4 
      5 > Write an algorithm to check if queue is empty.
      6 
      7 ## Algorithm
      8 ```
      9 procedure isEmpty(front)
     10 begin
     11     if(front = -1)
     12         return tree;
     13     else    
     14         return false;
     15     endif 
     16 end procedure
     17 ```
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror