An open API service indexing awesome lists of open source software.

https://github.com/abhishekmishra-17/eb3_mind-benders_circular-queue-using-array


https://github.com/abhishekmishra-17/eb3_mind-benders_circular-queue-using-array

algorithms animations arrays circular-queue circular-queue-array datasrtucture virtual-lab virtual-laboratory

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Introduction (Round 0)

Discipline | Computer Science
:--|:--|
Lab | Data Structure Lab
Experiment| Implementation of Circular Queue using array.

About the Lab (Objective) :

The objective of this lab is to teach students various data structures and to explain them algorithms for performing various operations on these data structures. This lab complements the data structures course. Students will gain practical knowledge by writing and executing algorithm by using various data structures such as arrays, linked lists, stacks, queues, trees, graphs, hash tables and search trees.
About the Experiment :

Circular queue is a linear data structure. It follows FIFO (First In First Out) principle. In circular queue the last node is connected back to the first node to make a circle. Elements are added at the rear end and the elements are deleted at front end of the queue. The queue is considered as a circular queue when the positions 0 and MAX-1 are adjacent. Any position before front is also after rear.
Target Audience :

B. Tech. 2nd year Students and Teachers

Course Alignment :

B.Tech.

Universities Mapped :

Dr. A.P.J. Abdul Kalam Technical University, Lucknow, Uttar Pradesh

Name of Developer | Dr. Satyendra Kumar Pandey
:--|:--|
Institute | Institute of Technology & Management, GIDA, Gorakhpur
Email id| [email protected]
Department | Department of Computer Science

#### Mentor Details

Mentored by | Dr Ramesh Sharma
:--|:--|
Institute | Feroze Gandhi Institute of Engineering and Technology
Email id| [email protected]
Department | Department of Applied science

#### Contributors List

SrNo | Name | Faculty or Student | Department| Institute | Email id
:--|:--|:--|:--|:--|:--|
1 | Abhishek Mishra | Student | Computer Science and Engineering | Institute of Technology & Management, GIDA, Gorakhpur |[email protected]
2 | Ashish Shukla | Student | Computer Applications| Institute of Management Studies, Noida, Uttar Pradesh | [email protected]
3 | Kriti Shukla | Student | Computer Science and Engineering | Institute of Technology & Management, GIDA, Gorakhpur | [email protected]
4 | Pankaj Kumar Gond | Student | Information Technology | Institute of Technology & Management, GIDA, Gorakhpur | [email protected]

The link of the website is here