- 69
- 3 845
doiknowthisthing
Приєднався 13 сер 2024
Welcome to DoIknowThisThing! Here, we dive deep into coding, algorithms, data structures, and problem-solving techniques to help you master the art of programming. Whether you're preparing for coding interviews or just enhancing your skills, my tutorials simplify complex topics, ensuring you understand the 'why' and 'how' behind every solution. Join me on this learning journey as we tackle challenging problems and grow together as developers!
LeetCode 3174 Clear Digits | Easy Java Solution Explained #shortvideo #coding #short #programming
🔍 LeetCode Problem 3174 - Clear Digits is an easy yet interesting problem that involves removing digits and the closest left character. In this video, I'll guide you through the problem, explain the logic with animation, and walk through the solution in Java.
📘 Solution Link: leetcode.com/problems/clear-digits/solutions/6400827/using-stringbuilder-by-sanjoli_121-qcy3
Previous Video: ua-cam.com/video/O113Ug1GGyU/v-deo.htmlsi=4-lJZL7QgSAXk200
What You'll Learn:
1. Efficiently remove digits and adjacent characters.
2. Use of StringBuilder in Java for optimal string manipulation.
3. Full breakdown of time and space complexity.
📌 Timestamps:
0:00 - Intro
0:04 - Animation Explanation
0:15 - Java Code Walkthrough
🚀 Why This Video is a Must-Watch:
This video will not only help you understand this problem but also improve your overall approach to similar string manipulation problems in coding interviews!
#leetcode #ClearDigits #LeetCode3174 #java #SoftwareEngineering #javaprogramming #strings #codinginterview #techcareers #problemsolving #algorithms #javadevelopers #interviewpreparation #codinglover #datastructures
🔔 Don’t forget to LIKE, COMMENT, and SUBSCRIBE for more algorithm breakdowns and interview prep tips!
📘 Solution Link: leetcode.com/problems/clear-digits/solutions/6400827/using-stringbuilder-by-sanjoli_121-qcy3
Previous Video: ua-cam.com/video/O113Ug1GGyU/v-deo.htmlsi=4-lJZL7QgSAXk200
What You'll Learn:
1. Efficiently remove digits and adjacent characters.
2. Use of StringBuilder in Java for optimal string manipulation.
3. Full breakdown of time and space complexity.
📌 Timestamps:
0:00 - Intro
0:04 - Animation Explanation
0:15 - Java Code Walkthrough
🚀 Why This Video is a Must-Watch:
This video will not only help you understand this problem but also improve your overall approach to similar string manipulation problems in coding interviews!
#leetcode #ClearDigits #LeetCode3174 #java #SoftwareEngineering #javaprogramming #strings #codinginterview #techcareers #problemsolving #algorithms #javadevelopers #interviewpreparation #codinglover #datastructures
🔔 Don’t forget to LIKE, COMMENT, and SUBSCRIBE for more algorithm breakdowns and interview prep tips!
Переглядів: 27
Відео
Count Bad Pairs in Arrays | LeetCode 2364 Explained Step-by-Step
Переглядів 182 години тому
Welcome to a relaxing yet informative #asmr coding walkthrough! In this video, we solve the LeetCode problem 2364: Count Number of Bad Pairs step-by-step. Learn how to optimize brute force solutions into efficient algorithms using hash maps. Perfect for beginners and advanced coders prepping for interviews at Google, Amazon, and other top tech companies. 🖥️ Topics Covered: Arrays Hash Maps Effi...
LeetCode 2349 | Number Container System - Efficient Solution Explained! #coding #python
Переглядів 474 години тому
LeetCode 2349: Design a Number Container System | Step-by-Step Solution 🚀 Welcome to another exciting LeetCode video! In this video, we tackle LeetCode Problem 2349: Design a Number Container System, a problem that requires efficient data structure design and logical thinking-perfect for coding interviews at top tech companies like Google, Meta, Amazon, and more! Problem Overview: You're tasked...
Tuple with Same Product | LeetCode 1726 For Coding Interview | Optimized Solution Explained! #code
Переглядів 719 годин тому
Welcome to another LeetCode solution breakdown! In this video, we tackle LeetCode 1726: Tuple with Same Product, a Medium-level problem. We'll walk through the problem statement, break it down step-by-step, and implement an optimized O(n ^2) approach using Python. 🚀 You’ll learn how to: ✅ Use a hash map to store product frequencies for efficient computation. ✅ Apply combinatorics to calculate v...
Deploying AI Task-Agent API with Docker & Podman (Part 2) | FastAPI & OpenAI #ai #coding #api
Переглядів 6212 годин тому
🔥 Now that we’ve built the Task-Agent API, it’s time to deploy it! In Part 2, we take our automation project to the next level by containerizing and deploying the API using Docker and Podman. 💡 What You’ll Learn in Part 2: ✅ Writing a Dockerfile to containerize your FastAPI app ✅ Using Docker & Podman for seamless deployment ✅ Setting up environment variables for API security ✅ Running the API ...
1790. Check if One String Swap Can Make Strings Equal | Python Coding Solution for Interviews
Переглядів 2512 годин тому
🚀 In this video, we solve the popular problem: Can One String Swap Make Two Strings Equal? Solution Link: leetcode.com/problems/check-if-one-string-swap-can-make-strings-equal/solutions/6377024/check-the-difference-of-the-s1-s2-by-san-k11v We explore an efficient algorithm to compare two strings and validate if a single swap can align them. Perfect for coding interview prep and enhancing your p...
Building a Task Automation API with FastAPI & OpenAI (Part 1) | AI-Powered Automation! #ai
Переглядів 38314 годин тому
🔥 Want to automate your tasks using AI? In Part 1 of this series, we start building a Task-Agent API using FastAPI and OpenAI GPT to process plain English instructions and execute automated workflows. 💡 What You’ll Learn in Part 1: ✅ Setting up the FastAPI framework for task automation ✅ Installing & configuring OpenAI API for AI-powered processing ✅ Implementing task execution logic to handle ...
Maximum Ascending Subarray Sum | Sliding Window For Coding Interview | LeetCode 1800 #coding #python
Переглядів 1714 годин тому
In this video, we solve LeetCode 1800: Maximum Ascending Subarray Sum using an optimized sliding window approach. 🚀 🔹 What you’ll learn: ✅ Efficient O(n) solution ✅ Sliding Window technique explained ✅ Step-by-step dry run 🔔 Subscribe for more DSA & LeetCode solutions! 📌 Code & Explanation: github.com/Sanjoli04/Leetcode_Solutions/blob/main/MaximumAscendingSubarray.py #LeetCode #LeetCode1800 #Sl...
LeetCode 3105 | Longest Strictly Increasing Or Decreasing Subarray | Python| Efficient Solution
Переглядів 1016 годин тому
🚀 LeetCode 3105: Longest Strictly Increasing Or Decreasing Subarray - In this video, we solve a fundamental array problem using an efficient O(n) approach in Python. Learn how to track increasing and decreasing subarrays dynamically to find the longest sequence. 📌 Problem Breakdown: ✅ Iterate through the array efficiently. ✅ Maintain two counters: one for increasing & one for decreasing sequenc...
LeetCode 1752 | Check if Array Is Sorted and Rotated | Python Solution Explained #coding #python
Переглядів 12219 годин тому
🚀 LeetCode 1752 - Check if Array Is Sorted and Rotated | Python Solution 🔥 In this video, we solve LeetCode 1752: Check if Array Is Sorted and Rotated using Python. This problem tests your ability to determine if an array, originally sorted in non-decreasing order, has been rotated some number of positions. We go through an optimized approach, breaking it down step by step. 📌 Topics Covered: ✔️...
🚀 LeetCode 3151: Special Array I | Python Solution 🔥for Coding Interview
Переглядів 1921 годину тому
In this video, we solve LeetCode 3151 (Special Array I) with an efficient Python solution. The problem is simple but tricky! We check if every adjacent pair has different parity (odd/even). ✅ What You’ll Learn: What makes an array special? How to efficiently check parity in Python Optimized code walkthrough with examples 📌 Example Inputs & Outputs: 🔹 [1] → ✅ True 🔹 [2,1,4] → ✅ True 🔹 [4,3,1,6] ...
🔥 Leetcode 827 - Making A Large Island | Coding Interview Solution with DFS #coding #827
Переглядів 29День тому
📌 Leetcode 827 - Making A Large Island (Hard) In this video, we solve Leetcode 827 - Making A Large Island, a highly asked coding interview question using Graph & DFS. This problem requires efficient island merging and grid traversal to maximize the largest island size by flipping just one 0 to 1. Solution Link: leetcode.com/problems/making-a-large-island/solutions/6351244/using-dfs-by-sanjoli_...
Divide Nodes into Maximum Groups | Hard Graph BFS Problem | LeetCode 2493 #coding #programming #2493
Переглядів 20День тому
Divide Nodes into Maximum Groups | Hard Graph BFS Problem | LeetCode 2493 #coding #programming #2493
Leetcode 684. Redundant Connection 🔥 | Graph Cycle Detection | Union-Find Explained 🚀 #684
Переглядів 35День тому
Leetcode 684. Redundant Connection 🔥 | Graph Cycle Detection | Union-Find Explained 🚀 #684
Leetcode #2658: Maximum Number of Fish in a Grid | Python DFS Solution Explained
Переглядів 36День тому
Leetcode #2658: Maximum Number of Fish in a Grid | Python DFS Solution Explained
Course Schedule IV | DFS Solution Explained | LeetCode #1462 #codinginterviews
Переглядів 4614 днів тому
Course Schedule IV | DFS Solution Explained | LeetCode #1462 #codinginterviews
Leetcode #802 | Find Eventual Safe States Explained with BFS + Code | January Daily Challenge
Переглядів 2714 днів тому
Leetcode #802 | Find Eventual Safe States Explained with BFS Code | January Daily Challenge
Shifting Letters II | LeetCode 2381 | Efficient Solution Explained! #CodingInterviews #2381
Переглядів 2614 днів тому
Shifting Letters II | LeetCode 2381 | Efficient Solution Explained! #CodingInterviews #2381
#3407 | Substring Matching Pattern | #147 Solution Explained! #biweekly
Переглядів 5721 день тому
#3407 | Substring Matching Pattern | #147 Solution Explained! #biweekly
🚀 Optimized Solution for LeetCode 2657 | Find the Prefix Common Array | Python Explained! #2657
Переглядів 2721 день тому
🚀 Optimized Solution for LeetCode 2657 | Find the Prefix Common Array | Python Explained! #2657
Leetcode 3152: Special Array II | Efficient Python Solution with Binary Search & Parity Check #3152
Переглядів 3521 день тому
Leetcode 3152: Special Array II | Efficient Python Solution with Binary Search & Parity Check #3152
Leetcode 2559: Count Vowel Strings in Ranges | Coding Interview Solution with Prefix Sums #2559
Переглядів 8621 день тому
Leetcode 2559: Count Vowel Strings in Ranges | Coding Interview Solution with Prefix Sums #2559
LEFT JOIN vs RIGHT JOIN SQL Explained with Examples | Outer Joins Simplified for Beginners
Переглядів 28Місяць тому
LEFT JOIN vs RIGHT JOIN SQL Explained with Examples | Outer Joins Simplified for Beginners
Unlock Maximum Chunks to Sort in Python! 🔥 | LeetCode Solution Explained
Переглядів 52Місяць тому
Unlock Maximum Chunks to Sort in Python! 🔥 | LeetCode Solution Explained
Find First and Last Position in Sorted Array | Optimized Binary Search Solution (Python)
Переглядів 66Місяць тому
Find First and Last Position in Sorted Array | Optimized Binary Search Solution (Python)
Merge K Sorted Lists - Fastest Way to Master This Coding Problem!
Переглядів 52Місяць тому
Merge K Sorted Lists - Fastest Way to Master This Coding Problem!
Unlock the Secret: Solve 'Find Score of an Array After Marking All Elements' in Minutes!
Переглядів 38Місяць тому
Unlock the Secret: Solve 'Find Score of an Array After Marking All Elements' in Minutes!
Crack the Code: Master the 'Take Gifts from Richest Pile' LeetCode Puzzle!
Переглядів 60Місяць тому
Crack the Code: Master the 'Take Gifts from Richest Pile' LeetCode Puzzle!
Master the Sliding Window Algorithm: Maximize Array Beauty for Coding Interviews!
Переглядів 107Місяць тому
Master the Sliding Window Algorithm: Maximize Array Beauty for Coding Interviews!
Maximum Beauty LeetCode Solution | Step-by-Step Python Tutorial for Coding Interviews
Переглядів 197Місяць тому
Maximum Beauty LeetCode Solution | Step-by-Step Python Tutorial for Coding Interviews
🔥🔥🙌
Thanks Dear ☺️
Good approach using the dictionary. Keep it up
Thanks Dear
🔥🔥🔥👍👍
Thankyou dear
bahot achha video h bro
Thankyou bro
🔥🔥🔥🔥
Thanks
Good video and great thumbnail
Thankyou so much dear 🥰
awesome videooo
Thankyou so much dear 🥰
Good video and explanation
Glad you liked it
Good thumbail and great explanation😊
Thank you so much dear 🥰 Your comment makes my day.
Nice work❤
@@Prache_Naresh_Vats Thanks bro 🥰
Well, I want all to find out my mistake can you??
Keep up ma'am you are doing great.
Thanks dear ❤️
Animation is good this time😅
Thankyou bro
keep going mam ...
For sure dear
Good
Thankyou So much bro 🥰
niceee
Thankyou Bro
awesome
Thanks Dear
I am excited
Thanks dear
Keep it up
Thanks Dear
Mast video thi didi
Thanks
Awesome
Thanku.........Bahut Thanku aaye haaye
Keep it up
Thanks Dear
Good coding improve while you can
I will try my best
❤
This is good dut to your solution i was able to do mine
Thanks Dear
Good
Thanks
Good
Thanks Dear
Is it efficent for sorting??
Yes, dear since it is O(n) to return the maximum chunks in which we should distribute the array so after if we sort those chunks and concatenate those chunks it will give a sorted list. Also, very happy to help you 😇✨💫.
😂
Superb my dear
Thanks My Dear☺️
❤❤
ACha h
❤
thank you for this <3
You go gurll 🤩🤩
Thanks ❤️
Wow! Look at you teaching Python! You really came a long way! So happy... ☺☺☺ Congratulations and Speedy Success, Prakhar Arora
Thank you so much 😀 Sir ji...Arrey mujhe bahut acha laga aapne meri video pe comment kiya
Very gud
Thanks <3
I have done a mistake at 2:29 . What is the mistake?
Very gud This was amazing
Thanks
Keep up the great work on the channel 🔥 Always learning something new here👍
Thanks for this great comment.
Tell me do you also forget to return answer or some silly mistake like this ???
It is so good now i have a good understanding of SQL Commands
Thanks