data structures Parenthesis Matching program in C programming YASH PAL, March 6, 2023May 28, 2024 In this tutorial post, we will write a Parenthesis matching program in a c programming… Continue Reading
data structures Tower of Hanoi Non-Recursive Using Stack program in C programming YASH PAL, March 5, 2023May 28, 2024 In this post tutorial, we will write a Tower of Hanoi Non-recursive using a stack… Continue Reading
data structures Tower of Hanoi Recursive program in C Programming YASH PAL, February 26, 2023May 28, 2024 In this tutorial post, we will write a Tower of Hanoi Recursive program in the… Continue Reading
data structures Check the Palindrome number program in c programming YASH PAL, February 26, 2023May 28, 2024 In this tutorial, we are going to write a program in a c programming language… Continue Reading
data structures Evaluate a Postfix and Prefix equation program in c YASH PAL, February 18, 2023May 28, 2024 In this tutorial post, we are going to write to evaluate a postfix and prefix… Continue Reading
data structures Infix to Postfix and Prefix Equation program in c YASH PAL, February 18, 2023May 28, 2024 In this tutorial post we will write a Infix to postfix and prefix equation program… Continue Reading
data structures Stack Operations program in c Programming YASH PAL, February 12, 2023May 28, 2024 In this tutorial, we are going to write a C program to perform stack operations… Continue Reading
Parenthesis matching using stack YASH PAL, January 26, 2023May 28, 2024 Parenthesis matching algorithm PARENTHESIS_MATCHING (EQ, VALID) This algorithm checks whether the expression EQ written in… Continue Reading
Mathematical Notation in Data Structure YASH PAL, December 10, 2022May 28, 2024 Mathematical Notation in Data Structure – First of all we will consider various types of… Continue Reading
data structures Operations on Stack YASH PAL, December 10, 2022May 28, 2024 Operations on stacks: The following operations are performed on stacks. Creating an empty stack PUSH… Continue Reading