DATA STRUCTURE


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

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…

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

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

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

Union vs Structure: What's the Difference?

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…

Matrix Multiplication in C

Matrix Multiplication in C

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

Array vs List in Python - Demystifying the Differences

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 …

Python List or Array

Python List or Array

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