#codinginterview 検索結果
🧵 1/7 Tired of spending hours solving DSA problems? 👀 Meet SnapSolve - Your AI-powered coding companion that turns images into instant solutions! Just snap, upload, and get expert-level code in seconds. No more tutorial hell! 🚀 #TechTwitter #CodingInterview
🗓️ My Weekend Plans: ✅ Coffee ☕ ✅ Code 💻 ✅ Conquer DSA 🧠 Time to get in the zone and prepare. Let's grid! #DataStructuresAndAlgorithms #CodingInterview #ProblemSolving #Tech #LearnToCode
What's the output of this code?🧑💻 Share your thoughts below!📷 #JavaScript #CodingInterview #DevWithDSA #100DaysOfCode #CodeNewbie
📝 Solving "Remove Duplicates from Sorted Array" - Approach 1: • Use HashSet for unique elements • O(n) space, O(n log n) time • Simple but not space optimal - Approach 2: • Two Pointer technique • O(1) space, O(n) time • In-place modification #DSA #CodingInterview #Java
Back in the LeetCode groove! Just solved the classic "295. Find Median from Data Stream." Feels good to be back and grinding. Consistency is the key! #LeetCode #CodingInterview #DataStructures #Algorithms #Python #Java #SoftwareEngineering #Consistency
🚀Today's Problem of the day ✅Streak:687🔥 🏁Check it out at leetcode.rtrdev.me #CodingInterview #Leetcode
Prepare for success with The Complete Coding Interview Guide in Java ☕📘 Read it online now on NJD Web! #Java #CodingInterview #Programming #Coding #Developers #Career #Tech #Science #NJDWeb
Day 84: LeetCode 3347 - Max Freq of an Element After Operations II (Hard) 🎯Today's #CodingInterview #HardProblem #SweepLine #Algorithm #Day84 #TechInterview #Optimization #RangeQueries
🚀 Is a String a Valid Number? 🤔 Validate numbers like "3.14", "-90E3", "2e10" while rejecting "abc", "99e2.5", "1e". Here's a clean JavaScript solution! 👇 Regex FTW! 🔥 #JavaScript #CodingInterview #Regex #100DaysOfCode
I've been grinding tech interviews for months & it's exhausting and broken. That's why we're building Nullsphere.live , one platform to prep smarter, not harder. Join the waitlist: nullsphere.live #TechInterviews #CodingInterview #InterviewPrep #FAANG #TechJob
35+ vanilla JavaScript interview questions top companies ask in 2025. Debouncing, throttling, closures, infinite scroll with solutions. Read it 👇 #JavaScript #Programming #CodingInterview medium.com/@sanchit0496/8…
🚀Day 79 of #100DaysOfCodingChallenge | Mastering Sliding Window: Counting Binary Subarrays with Exact Sum. 1423. Maximum Points You Can Obtain from Cards 930. Binary Subarrays With Sum #JavaDeveloper #CodingInterview #LeetCode #DSA #SlidingWindow #TwoPointers #CodingCommunity
Failed the Nutanix online assignment twice. Many company assessments feel tough, especially with hidden test cases. Any tips on how to tackle these challenges better? #JobHunt #SoftwareDeveloper #CodingInterview
35+ vanilla JavaScript interview questions top companies ask in 2025. Debouncing, throttling, closures, infinite scroll with solutions. Read it 👇 #JavaScript #Programming #CodingInterview medium.com/@sanchit0496/8…
Everyone’s building AI that solves LeetCode for you. Cool demo. Zero learning. LeetCopilot helps you actually get better — step-by-step hints, study notes & mock interviews that train how you think. Free & built for real learners. #LeetCode #AItools #CodingInterview
Every ‘*’ deletes the previous character — can you rebuild the string? Solve LeetCode 2390 – Removing Stars From a String in C++ with clear logic & code. 🎥 youtu.be/wCesmNz8mts #LeetCode #Cplusplus #CodingInterview #Programming #LANAcademy
Welcome to Algorithm Hour! In today's live stream, I am going to chill and solve some algorithmic problems from leetcode. Come join me live at: youtube.com/watch?v=jXPTrl… #DSA #LeetCode #CodingInterview #Java #AlgoExpert #Javascript #Python #Golang #LiveCoding #Algorithms
youtube.com
YouTube
The Algorithm Hour | Solving some Problems from Leetcode
Back in the LeetCode groove! Just solved the classic "295. Find Median from Data Stream." Feels good to be back and grinding. Consistency is the key! #LeetCode #CodingInterview #DataStructures #Algorithms #Python #Java #SoftwareEngineering #Consistency
Got asked to build a chat app in 20 mins during an interview using AI! #AI #CodingInterview #TechLife
Can you match rows & columns perfectly? Solve LeetCode 2352 – Equal Row and Column Pairs in C++ with clean logic & smart hashing. 🎥 Watch now 👉 youtu.be/wtp66RHO9O0 #LeetCode #Cplusplus #CodingInterview #Programming #LANAcademy
youtube.com
YouTube
Equal Row and Column Pairs in C++ | LeetCode 2352 Explained Clearly
When would you use an Interface vs an Abstract Class? What's your decision-making process? Comment your answer and let's see who really understands OOP 🧵 #Java #OOP #CodingInterview
🔥 60 JavaScript interview problems you actually need in 2025 with clean code, Big O, and what to say in interviews. Perfect for beginners & juniors. ✅ Strings ✅ Arrays ✅ Async ✅ Algorithms GitHub link: github.com/ekramasif/java… #JavaScript #WebDev #CodingInterview
Can frequencies be unique? 🤔 Learn how to check distinct occurrences in arrays using a clean C++ HashMap + Set approach! LeetCode 1207 – Unique Number of Occurrences Time complexity: O(n) Watch now: youtu.be/afiN_BkusSk #LeetCode #CodingInterview #Algorithms #LANAcademy
youtube.com
YouTube
Unique Number of Occurrences | LeetCode 1207 in C++
Hey guys, I’m preparing for the Amazon SDE1 OA (University Talent Acquisition). Can anyone tell me how to crack it? Like what type of questions come, how to prepare, and what topics to focus on? #AmazonSDE #CodingInterview #DSA #CampusHiring #LeetCode
Memorizing answers won’t make you interview-ready. Practice smart with pattern recognition and AI hints from LeetCopilot. #AIassistant #LeetCode #CodingInterview
Struggling to see patterns in LeetCode problems? LeetCopilot breaks down complex questions into digestible patterns and gives hints to guide your reasoning—not just the answer. Build lasting skills. Try it free: leetcopilot.dev #CodingInterview #AImentor
Stop copying and start thinking. LeetCopilot helps you identify the underlying patterns in LeetCode problems and reinforces them with curated notes. Build real skill, not just muscle memory. Try it free → leetcopilot.dev #LeetCopilot #CodingInterview #AIAssistant
DAY -> 7 = DSA using CPP If you are in tech let's #Connections #CodingInterview #LeetCode #BinaryTree #LinkedList #DepthFirstSearch #Algorithms
Day 84: LeetCode 3347 - Max Freq of an Element After Operations II (Hard) 🎯Today's #CodingInterview #HardProblem #SweepLine #Algorithm #Day84 #TechInterview #Optimization #RangeQueries
What's the output of this code?🧑💻 Share your thoughts below!📷 #JavaScript #CodingInterview #DevWithDSA #100DaysOfCode #CodeNewbie
🧵 1/7 Tired of spending hours solving DSA problems? 👀 Meet SnapSolve - Your AI-powered coding companion that turns images into instant solutions! Just snap, upload, and get expert-level code in seconds. No more tutorial hell! 🚀 #TechTwitter #CodingInterview
Day 12- Polymorphism Challenge! #DailyCodingConcepts Imagine a shape calculator. How could you design functions to calculate the area (circle, rectangle) using 𝗺𝗲𝘁𝗵𝗼𝗱 𝗼𝘃𝗲𝗿𝗹𝗼𝗮𝗱𝗶𝗻𝗴? Discuss how this promotes polymorphism! #CodingInterview
🚀Today's Problem of the day ✅Streak:687🔥 🏁Check it out at leetcode.rtrdev.me #CodingInterview #Leetcode
📝 Solving "Remove Duplicates from Sorted Array" - Approach 1: • Use HashSet for unique elements • O(n) space, O(n log n) time • Simple but not space optimal - Approach 2: • Two Pointer technique • O(1) space, O(n) time • In-place modification #DSA #CodingInterview #Java
Day 8 - Let's Talk Algorithms! #SoftwareEngineers #DailyCodingConcepts Explain the time and space complexity of a recursive function that calculates the factorial of a number. Can you propose an iterative approach for calculating factorials? #CodingInterview
1st interview Experience of Every Coder !! 😂😂 Do you Agree ? #coder #programmer #codinginterview #codermeme #Memes
🚀 Join us on 'We Write Code' server for a mock interview prep session! Enhance your skills, gain confidence, and ace that interview! #CodingInterview #Preparation #WeWriteCode 💻✨
Excited to share that @AlgorithmDigest is now #5 on @MicroLaunchHQ! 🚀 Welcome to all new users 🙏 Your feedback has been invaluable—I’ve already made some UX improvements based on it. Let’s keep climbing! #SoftwareEngineering #100daysofcoding #codinginterview #buildinpublic
Nail interviews like a pro! 🚀 ⏳ Spend max 20-30 mins per coding question in interviews/online tests. 🏆 Take LeetCode contests regularly to track progress. 📈 Consistency is the key - steady practice beats last-minute cramming! #CodingInterview #LeetCode #TechCareer
No playlist beats @akshaymarch7's 'Namaste JavaScript' when it comes to brushing up on JS concepts for interviews! 🚀 Thank you for this incredible resource! 🙌 . . you all agree? #JavaScript #CodingInterview #WebDevelopment
Day 7 - Interview Q&A for #SoftwareEngineers! #DailyCodingConcepts You're building a social media app. How would you design a data structure to efficiently store and retrieve user posts with comments? Explain trade-offs between different data structures! #CodingInterview
Prepare for success with The Complete Coding Interview Guide in Java ☕📘 Read it online now on NJD Web! #Java #CodingInterview #Programming #Coding #Developers #Career #Tech #Science #NJDWeb
Back in the LeetCode groove! Just solved the classic "295. Find Median from Data Stream." Feels good to be back and grinding. Consistency is the key! #LeetCode #CodingInterview #DataStructures #Algorithms #Python #Java #SoftwareEngineering #Consistency
🚀Day 79 of #100DaysOfCodingChallenge | Mastering Sliding Window: Counting Binary Subarrays with Exact Sum. 1423. Maximum Points You Can Obtain from Cards 930. Binary Subarrays With Sum #JavaDeveloper #CodingInterview #LeetCode #DSA #SlidingWindow #TwoPointers #CodingCommunity
Something went wrong.
Something went wrong.
United States Trends
- 1. Gameday 33.2K posts
- 2. Christmas 118K posts
- 3. French Laundry N/A
- 4. Big Noon Kickoff N/A
- 5. ESPN 75.9K posts
- 6. #SaturdayVibes 3,936 posts
- 7. Social Security 51.1K posts
- 8. vmin 40.2K posts
- 9. Good Saturday 26.4K posts
- 10. Nigeria 495K posts
- 11. #Caturday 3,368 posts
- 12. Senior Day 1,794 posts
- 13. New Month 324K posts
- 14. #AllSaintsDay 1,599 posts
- 15. Pat McAfee N/A
- 16. #saturdaymorning 1,768 posts
- 17. Hulu 32.9K posts
- 18. Texas -3 96.8K posts
- 19. #River 5,475 posts
- 20. Great Gatsby 10K posts