Kiran Kumar Panigrahi has Published 392 Articles

Difference Between Bubble Sort and Selection Sort

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 16:21:13

14K+ Views

The task of arranging elements of an array in a particular order is referred to as sorting. The sorting of an array or a list is mainly done to make the searching easier. There are two types of sorting algorithms namely, Bubble Sort and Selection Sort. Bubble sort performs sorting ... Read More

Difference Between B-tree and Binary tree

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 16:14:47

7K+ Views

There are two types of non-linear data structures namely, B-Tree and Binary Tree. These two terms sound similar but they are absolutely different from each other. The most basic difference between a B-Tree and a Binary Tree is that a B-Tree is used for data storage on a disk, whereas ... Read More

Difference Between Array and Structure

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 16:05:22

18K+ Views

Arrays and Structures are two different types of container datatype. The most basic difference between an array and a structure is that an Array can contain the elements of same datatype, while a Structure is a collection that can contain the elements of dissimilar datatypes. Read this article to learn ... Read More

Difference Between Array and Pointer

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:47:39

10K+ Views

Array and pointers have a very close relationship in programming, but there are several differences between them. Read this article to find out how Arrays are different from Pointers. But let us first discuss some basics of arrays and pointers. What is an Array? An array is one that stores ... Read More

Difference Between Array and Linked List

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:45:40

12K+ Views

The basic difference between an array and a linked list is in their structure. An array relies on the index-based data structure, whereas a liked list is based on the references. Read this article to find out more about Arrays and Linked Lists and how they are different from each ... Read More

Difference between Alpha and Beta Testing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:32:15

1K+ Views

Alpha and Beta testing are types of testing which are based on feedback from real customers using real products in real environments, but they are driven by distinct goals and processes. Read this article to find out more about Alpha and Beta testing and how they are different from each ... Read More

Difference between Adaptive and Non Adaptive routing algorithms

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:23:19

3K+ Views

Have you ever wondered how routers perform various tasks for us? For example, when searching for something on the Internet or fetching some data, routers perform some functions. There are different ways to do the same function as we do in day-to-day life. Similarly, routers also have different ways of ... Read More

Difference Between Abstraction and Data Hiding

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:10:46

10K+ Views

In object oriented programming (OOP), abstraction and data hiding are two important concepts. Abstraction is a process of extracting important information without involving the complete detail of the system. On the other hand, data hiding is a process of wrapping the data in a single unit, i.e., to achieve data ... Read More

What is a Working Capital Cycle?

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 02-Feb-2023 15:46:58

2K+ Views

The Net Working Capital of a company is the difference between its current assets and current liabilities. We can define the Working Capital Cycle of a company as the duration of time it takes to converts its net working capital into cash.A longer Working Capital Cycle denotes that the company ... Read More

Difference Between ZIP and RAR

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 11-Jan-2023 16:07:31

3K+ Views

There are various types of file formats available in computer file systems. ZIP and RAR are types of archive file formats that are used to store different types of files and folders in a single container. However, ZIP and RAR file formats are quite different from each other. The most ... Read More

Advertisements