DATA STRUCTURE


vinaykhatri
Vinay Khatri 13 July, 2019

Write a Program to find the greatest number among the three numbers

Problem Statement We have given 3 numbers num_1 , num_2 and num_3, as input from the user and we…

vinaykhatri
Vinay Khatri 1 July, 2019

Write a program to find the average of list of numbers entered by the…

Problem Statement We need to write a script or program that accepts n number of numbers from the…

paritoshlouhan
Paritosh Louhan 20 June, 2019

Union vs Structure: What's the Difference?

Union and Structure are the two most widely used data structures in C and C++. Both union and struc…

vinaykhatri
Vinay Khatri 9 February, 2019

Matrix Multiplication in C

In C language, Matrix can be formed with the help of an array. Matrix is a useful concept of Mathem…

pankajbhadwal
Pankaj Bhadwal 6 February, 2019

Array vs List in Python - Demystifying the Differences

​Array and list are two popular and widely used data structures to store multiple values. The main …

vinaykhatri
Vinay Khatri 4 February, 2019

Python List or Array

Mostly all programming languages use the concept of Array, but in the case of Python, it doesn&rsqu…