From a2575a38c64b9f24c13a0df0ecdb077955d0518c Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sat, 12 Apr 2025 21:16:46 +0530 Subject: [PATCH] Adding - The celebrity problem --- Questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Questions.md b/Questions.md index cab67a3..86ebec6 100644 --- a/Questions.md +++ b/Questions.md @@ -57,4 +57,5 @@ 8. [LFU Cache](https://leetcode.com/problems/lfu-cache/description/) `Striver` 9. [Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/description/) `Striver` 10. [Sliding Window Maximun](https://leetcode.com/problems/sliding-window-maximum/description/) `Striver` -11. [Online Stock Span](https://leetcode.com/problems/online-stock-span/description/) `Striver` \ No newline at end of file +11. [Online Stock Span](https://leetcode.com/problems/online-stock-span/description/) `Striver` +12. [The Celebrity Problem](https://www.geeksforgeeks.org/problems/the-celebrity-problem/1) `Striver` \ No newline at end of file