Posts

NeW oNe To YoU

DS slip test 1 questions and answers

  Write about stack representation using arrays and linked lists. In computer science, a stack is a linear data structure that operates on a LIFO (Last-In-First-Out) principle. That means the last item added to the stack is the first item to be removed or retrieved. Elements are added and removed from one end of the stack known as the Top. stack can be implemented by using arrays, linked lists, structures or pointers. 2. write a program to implement queues using arrays. // C Program to implement queue using arrays #include <stdio.h> // Define the maximum size for the queue #define MAX_SIZE 100 // Define a structure for the queue struct Queue {     int queue[MAX_SIZE];     int front;     int rear; }; // Function to initialize the queue void initializeQueue(struct Queue *q) {     q->front = -1;     q->rear = -1; } // Function to check if the queue is empty int isEmpty(struct Queue *q) {     return (q->front == -1); } // Function to check if the queue is full int isFull(str

IOT unit 1 notes

EXP 2 SDC

ALP unit 1 IOT

IOT slip test 2

IOT slip test 1

DS lab hand book

GS Lab Unit-1

ACADEMIC CALENDAR BR-22(2023-24) II BTECH I&II SEM.pdf

IoT Lab Manual_Exp 1A, B & 2A, B, C_

EXPERIMENT 1 of power BI

ODE&VC notes

2nd sem model papers