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
data structures What is Data Structure YASH PAL, September 21, 2022March 6, 2023 Data: – The term data simply refers to a value or a set of values… Continue Reading
data structures Queue in Data Structure YASH PAL, May 12, 2022March 6, 2023 The queue is a linear list in which we can insert data from one end… Continue Reading
data structures Stack in Data Structure YASH PAL, May 12, 2022March 6, 2023 A stack is a linear list where insertion and deletion can perform only at one… Continue Reading
algorithms Sorting Techniques in data structure YASH PAL, May 6, 2022March 6, 2023 Sorting is a technique for arranging a set of data in some order like ascending… Continue Reading