Instructions for submitting MCS-044 Mini Project 1. Two Copies of project report has to submitted on the day of Project viva-voce and demonstration. One copy for the student and one copy is for the centre. 2. All copies of the Read More …
Category: Mini Project
Protected: Download Guide Resume
There is no excerpt because this is a protected post.
Online Peer review system
Mini Project: A Peer reviewed online Journal keeps track of all the articles received by it using an online system. It has a list of reviewers in which reviewers are added or deleted. A reviewer can be assigned articles of Read More …
Online Grocery Ordering
An e-commerce store sells Grocery products. It takes online orders of registered customers. It takes orders of only those products which are available in the store. The basic product information that is displayed online includes Product ID, Product Name, Date Read More …
Write an algorithm for the implementation of a doubly linked list.
In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes. Read More …
Write an algorithm for Depth first search
Depth–first search (DFS) is an algorithm for traversing or searching tree or graph data structures. One starts at the root (selecting some arbitrary node as the root in the case of a graph) and explores as far as possible along each Read More …