algorithms Algorithm for Linear Search in Array YASH PAL, September 26, 2022March 6, 2023 In this tutorial, we are going to write a Linear search algorithm in Array. using… Continue Reading
algorithms Algorithm to find whether a number is prime or not YASH PAL, September 26, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to verify whether a number… Continue Reading
algorithms Algorithm to reverse a given number YASH PAL, September 25, 2022March 6, 2023 In this tutorial, we are going to write an Algorithm to reverse the digits of… Continue Reading
algorithms Algorithm to print series 1 to N using do while loop YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to print the series 1… Continue Reading
algorithms Algorithm to print the series 1 to N using while loop YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to print the series of… Continue Reading
algorithms Algorithm to print the series 1 to N using for loop YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to print the series 1… Continue Reading
algorithms Algorithm to input percentage from user and print grade YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we will write an algorithm to input percentages from users and print… Continue Reading
algorithms Algorithm to find Maximum of three numbers YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to find the Maximum of… Continue Reading
algorithms Algorithm to find Maximum of two numbers YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to find the maximum of… Continue Reading
algorithms Algorithm to Add [Sum] two numbers YASH PAL, September 24, 2022March 6, 2023 In this tutorial, we are going to write an algorithm to Add or Sum of… Continue Reading