Tuesday, 30 August 2016

Pinnacle Club implementation using Singly Linked List


Pinnacle Club implementation using Singly Linked List

Group B : Assignment No: 01 (SPPU Syllabus Assignment No :14) Problem Statement: Department of Computer Engineering has student's club named 'Pinnacle Club'. Students of Second, third and final year of department can be granted membership on request. Similarly one may cancel the membership of club. ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Sparse Matrix Realization and Operations on it


Sparse Matrix Realization and Operations on it

Group A : Assignment No : 04 (SPPU Syllabus Assignment No: 11) Problem Statement: Write C++ program for sparse matrix realization and operations on it- Transpose, Fast Transpose and addition of two matrices. Program Code: //Author:Prof.Nitin Shivale //Program:Sparse Matrix and it's Operations ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Saddle Point Matrix Operation


Saddle Point Matrix Operation

Group A: Assignment No :03 (SPPU Syllabus Assignment No: 08) Problem Statement: An m x n matrix is said to have a saddle point if some entry a[i][j] is the smallest value in row i and the largest value in j. Write C/ C++ function that determines the location of a saddle point if one exists. Program ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Class Test operation using C++


Class Test operation using C++

Group A : Assignment No: 02 (SPPU Syllabus Assignment No: 02) Problem Statement:  Write C/C++ program to store marks scored for first test of subject 'Data Structures and Algorithms' for N students. ComputeI. The average score of classii. Highest score and lowest score of classiii. Marks scored ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Set Theory implementation using c++


Set Theory implementation using c++

Group A: Assignment no: 01(SPPU Syllabus Assignment no: 01) Problem Statement: In Second year Computer Engineering class of M students, set A of students play cricket and set B of students play badminton. Write C/C++ program to find and display-i.Set of students who play either cricket or badminton ...

Read More
data structures and algorithms
data structures and algorithms Web Developer

Monday, 29 August 2016

Cinemax Theater implemented using doubly circular linked list


Cinemax Theater implemented using doubly circular linked list

Group B : Assignment No: 02 (SPPU Syllabus Assignment no: 15) Problem Statement: The ticket booking system of Cinemax theater has to be implemented using C++ program. There are 10 rows and 7 seats in each row. Doubly circular linked list has to be maintained to keep track of free seats at rows. Assume ...

Read More
data structures and algorithms
data structures and algorithms Web Developer