array HackerRank Dynamic Array Solution in Python YASH PAL, May 21, 2025May 21, 2025 Today we are going to solve HackerRank Dynamic Array problem solution in python programming. we… Continue Reading
data structures Streaming Demystified: How Much Data Does Your Favorite Show Really Use? YASH PAL, May 10, 2025May 21, 2025 In today’s binge-watching culture, streaming your favorite shows has become second nature. But have you… Continue Reading
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 Print the reverse of a string using Stack program in c YASH PAL, February 19, 2023May 28, 2024 In this tutorial post we are going to write a Print the Reverse of a… 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