top of page

MR. APURBA PAUL

Naturally Curious

Home: Welcome

Implementation of Queue using Array

#include<stdio.h> int MAX=0; int front=-1; int rear=-1; int queue[100]; //Empty int isEmpty() { if(rear==-1) return 1; else return...

Home: Blog2

Subscribe Form

Stay up to date

Home: Subscribe

CONTACT

JIS College of Engineering, Block-A, Phase-III, Kalyani, Nadia, West Bengal, India, Pin-741235

9874752090

Home: Contact
bottom of page