Skip to content

DSA

  • Algorithms
  • DSA
  • Array
  • Stack
  • Queue
  • Matrix
  • Programs

DSA

  • Algorithms
  • DSA
  • Array
  • Stack
  • Queue
  • Matrix
  • Programs

Category: array

  1. Home
  2. Archive by category : "array"
Arrays in Data Structure
October 4, 2022

Arrays in Data Structure

  • algorithms
  • array
  • data structures
  • YASH PAL

An array is a list of a finite number of homogenous data elements (i.e. data elements of the same type) Arrays can be classified as One – dimensional array or linear array that requires only one index to access an individual element of the array. Two – dimensional arrays require two indices to access an individual […]

  • Tags:
  • arrays
  • DSA
Read More
Data Structure Array – Introduction
May 5, 2022

Data Structure Array – Introduction

  • array
  • data structures
  • YASH PAL

A list of a finite number of homogenous data elements that have the same type is called an array. an array can be classified in terms of dimensions as shown below. Types of the array in Data Structure Linear/One-dimensional arrays Two-dimensional arrays Multi-dimensional arrays How to access elements of the array As we know that […]

  • Tags:
  • arrays
  • DSA
Read More

Asides

  • Parenthesis Matching program in C programming
  • Tower of Hanoi Non-Recursive Using Stack program in C programming
  • Tower of Hanoi Recursive program in C Programming
  • Check the Palindrome number program in c programming
  • Print the reverse of a string using Stack program in c
  • Evaluate a Postfix and Prefix equation program in c
  • Infix to Postfix and Prefix Equation program in c
  • Stack Operations program in c Programming
  • Quick Sorting (Recursive and Non Recursive)
  • Tower of Hanoi (Recursive & Non-recursive)
Home About Contact Privacy DMCA
Copyright © datastructuresandalgorithms.com 2022