Explore tweets tagged as #ArrayImplementation
Implemented a basic Queue using an array with efficient push(x) and pop() operations. It supports up to 1 lakh queries, handles underflow conditions, and follows FIFO order. Suitable for beginners learning queue fundamentals in Java. #Java #Queue #DSA #ArrayImplementation #FIFO
0
0
0
🚀 Day 97 of #gfg160 Challenge! 🚀. 💡 Problem: Implement Stack using Array.✅ Input: 1 2 1 3 2 1 4 2.✅ Output: 3, 4.⏱ Time: O(1) | 🧠 Space: O(1) (fixed-size array).#gfg160 #geekstreak2025 #Java #DSA #Stack #ArrayImplementation #BasicProblem
0
0
1