Skip to content
  • Contact us : info@tutorialscan.com

TutorialScan

Menu
  • CSS
  • PHP
  • SQL
  • Data Structure
  • Web Solution
  • Blogs

What is Doubly linked list? Advantages and Disadvantages

A doubly linked list is one in which all nodes are linked together by multiple numbers of links, therefore these help to accessing both predecessor node and successor node from the given node position. hence, the doubly linked list provides bi-directional...
[Continue reading...]

What is Singly Linked List? Advantage and Disadvantages

A singly linked list defined as all nodes are linked together in a few sequential manners, hence, it also knows as a linear linked list. therefore, clearly it has the beginning and the end. the main problem which comes with this...
[Continue reading...]

What is Polynomials Addition using Linked lists With Example?

In this data Structure Chapter we learn, Polynomials addition, we have taken two polynomials for addition, learn with carefully. As you know Linked List is widely used for Representing and Manipulating the polynomials. here you will be aware of polynomials, if...
[Continue reading...]

What is One Dimensional Array in Data Structure with Example

One-Dimensional Array or single Dimensional Array is one in which only one-subscript specification is needed to specify a particular element of the array. One dimensional array we can be declared as follows:- Where data_type data_type is the type of element to...
[Continue reading...]

Explanation of Abstract Data Types with Diagram and Example

In computer science, abstract Data types (ADT) is a class (or type) for objects whose behavior of each function is defined by a set of values and a set of operations. In another way, you can say that abstract data types...
[Continue reading...]

Explanation of Complete Graph with Diagram and Example

A complete graph is a graph in which every vertex has an edge to all other vertices is called a complete graph, In other words, each pair of graph vertices is connected by an edge. the complete graph with n vertices...
[Continue reading...]

Explanation array data structure and types with diagram

The array is a collection of elements. Elements are of the same type. An array is referred to as the sequential organization that means the data in an array is stored in some sequence. We are all familiar with the concept...
[Continue reading...]

Abstract Data Type algorithm brief Description with example

The abstract data type is a triangle of D-set of domains, F-set of functions, A- axioms in which only what is to be done is mentioned but is to be done not mentioned. In ADT, all the implementation details are hidden....
[Continue reading...]

How to create a program and program development cycle?

We can be creating Any program with the help of two things algorithm and data structures. To develop any program we should first select a proper data structure and then we should develop an algorithm for implementing the given problem with...
[Continue reading...]

Explain the algorithm characteristics in data structure

algorithm characteristics: In algorithm characteristics, Each algorithm is supplied with zero or more external quantities. Here supplying external quantities means giving input to the algorithm. Each algorithm must produce at least one quantity. Production of at least one quantity means there...
[Continue reading...]

Posts navigation

Older posts
TutorialScan logo

FOLLOW US

TutorialScan Copyright ©2021 | Privacy Policy | Terms of Use | Sitemap | Contact
TutorialScan Copyright © 2021.
gffds Back to Top ↑