Skip to content

DSA

  • Home
  • Algorithms
  • Data Structures
  • Array
  • Stack
  • Queue
  • Matrix
  • Sorting Techniques

DSA

  • Home
  • Algorithms
  • Data Structures
  • Array
  • Stack
  • Queue
  • Matrix
  • Sorting Techniques

Day: September 26, 2022

  1. Home
  2. 2022
  3. September
  4. 26
September 26, 2022

Algorithm for Linear Search in Array

  • algorithms
  • YASH PAL

In this tutorial, we are going to write a Linear search algorithm in Array. using this algorithm we can write a program to linear search in the array for an element in almost every programming language like java, python, c++, and c programming. Algorithm for Linear Search in Array. 1. Read N 2. Repeat step3 […]

  • Tag:
  • algorithm
Read More
September 26, 2022

Algorithm to find whether a number is prime or not

  • algorithms
  • YASH PAL

In this tutorial, we are going to write an algorithm to verify whether a number is prime or not. using this algorithm we can write a program to verify whether a number is prime or not or find whether a number is prime or not in most programming languages like java, python, c++, and c. […]

  • Tag:
  • algorithm
Read More

Asides

  • Parenthesis matching using stack
  • Polish Notation
  • Mathematical Notation in Data Structure
  • Operations on Stack
  • Selection Sorting Algorithm
  • Matrix in Programming
  • Heap Sorting in C Programming
  • Quick Sorting in C Programming
  • Radix sorting in C Programming
  • Merge Sorting in C Programming
Home About Contact Privacy DMCA
Copyright © datastructuresandalgorithms.com 2022