Practical Programs 2019

Note: Tutor videos have been created for the difficult programs

1 :      CIRCULAR QUEUE

          1.1) main function

          1.2) Insert member function

          1.3) delete member function

          1.4) show member function

          1.5) count member function
                      
2:       QUEUE USING LINKED LIST
          
          2.1) main function

          2.2) Insert member function
                 This video contains some
                 extra details. That is required
                 for the theory exam. Take the
                 required information for practicals.

          2.3) delete member function
                 This video contains some
                 extra details. That is required
                 for the theory exam. Take the
                 required information for practicals.

         2.4) Show member function

         2.5) Count member function 

3:      STACK USING LINKED LIST

          3.1) main function

          3.2) push member function
                 This video contains some
                 extra details. That is required
                 for the theory exam. Take the
                 required information for practicals.

          3.3) pop member function
                 This video contains some
                 extra details. That is required
                 for the theory exam. Take the
                 required information for practicals.

          3.4) show member function

          3.5) count member function                      

          

Comments

Popular posts from this blog