Thursday, 25 June 2020

Group A Assignment No 3 Python Program for Matrix Operation like Addition, Substraction, Multiplication and Transpose


Group A Assignment No 3 Python Program for Matrix Operation like Addition, Substraction, Multiplication and Transpose

Problem Statement:  Write a python program to compute following computation on matrix:  a) Addition of two matrices  b) Subtraction of two matrices  c) Multiplication of two ...

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

Thursday, 18 June 2020

Group A Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class.


Group A Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class.

Problem Statement:   Write a Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class. Write functions to compute following:  a) The average ...

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

Sunday, 14 June 2020

How to design or write an algorithm for a given problem statement.....


How to design or write an algorithm for a given problem statement.....

How to write an Algorithm for a following Problem Statement: Problem Statement: In second year computer engineering class, group A student’s play cricket, group B students play badminton and group ...

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

Saturday, 13 June 2020

What is List in Python? What are the operations we can perform on List?


What is List in Python? What are the operations we can perform on List?

What is List in Python? Lists are just like dynamic sized arrays. Why we require List in Python?    Lists need not be stored similar data types of elements always which makes it ...

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

Introduction: From Problem to Data Structure (Problem, Logic, Algorithm, and Data Structure).


Introduction: From Problem to Data Structure (Problem, Logic, Algorithm, and Data Structure).

Introduction: From Problem to Data Structure (Problem, Logic, Algorithm, and Data Structure). Here i m going to tell you the story of a boy who don't know how to instruct a computer to do some ...

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

Sunday, 7 June 2020

210247: Data Structures Laboratory Group A: Assignment No:02 SE Students FDS Subject Marks Computaion using pyhton List.


210247: Data Structures Laboratory Group A: Assignment No:02 SE Students FDS Subject Marks Computaion using pyhton List.

Problem Statement: Write a Python program to store marks scored in subject “Fundamental of Data Structure” by N students in the class. Write functions to compute following: a) The average score of ...

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

210247: Data Structures Laboratory Group A: Assignment No:01 Set Operation using pyhton List.


210247: Data Structures Laboratory Group A: Assignment No:01 Set Operation using pyhton List.

Guidelines for Laboratory Conduction  The instructor is expected to frame the assignments by understanding the prerequisites, technological aspects, utility and recent trends related to the topic. ...

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