Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Misc
7.7K+ articles
Dynamic Programming
1.1K+ articles
Tree
911+ articles
Recursion
591+ articles
Algorithms-Dynamic Programming
130+ articles
Memoization
60+ articles
Algorithms-Recursion
51+ articles
Interview Prep
35+ articles
recursive-approach
5 posts
Recent Articles
Popular Articles
C Miscellaneous Interview Questions
Last Updated: 15 November 2025
C programming isn't just about printf() and for loops. For technical interviews, especially in system-level, embedded, or product-based roles, you're expected to master th...
read more
AdvanceC
C-File Handling
recursive-approach
Interview Prep
C++ Program to Find Factorial Using Recursion
Last Updated: 23 July 2025
The factorial of a number is denoted by "n!" and it is the product of all positive integers less than or equal to n. In this article, we will learn how to find the factori...
read more
C++ Programs
C++
Picked
Basic Coding Problems
factorial
recursive-approach
CPP Examples
Count valid strings that contains '0', '1' or '2'
Last Updated: 04 March 2024
Given an integer n(1 = n = 105), the task is to count valid string S of length n, which contains characters '0', '1', or '2' only. For a valid string, it must follow the b...
read more
Dynamic Programming
DSA
Memoization
recursive-approach
Geeks Premier League 2023
Count distinct original Strings
Last Updated: 23 July 2025
Given a string str. A faulty machine prints bb instead of character a and prints dd instead of char c and for the rest characters it prints normally, the task is to find h...
read more
Dynamic Programming
Recursion
DSA
Algorithms-Dynamic Programming
Algorithms-Recursion
Memoization
recursive-approach
All Leaves of a Binary Tree - Print in Order
Last Updated: 22 January 2026
Given a binary tree, we need to print all leaf nodes of the given binary tree from left to right. That is, the nodes should be printed in the order they appear from left t...
read more
Misc
Tree
Recursion
DSA
Algorithms-Recursion
recursive-approach