Deep Tech

Deep Tech

Views:
149,645
Subscribers:
2,640
Videos:
238
Duration:
1:21:14:53
India
India

Deep Tech is an Indian content creator on YouTube with at least 2.64 thousand subscribers, with his content totaling around 149.65 thousand views views across 238 videos.

Created on ● Channel Link: https://www.youtube.com/channel/UCvCZPc23yKBe_f6T58EXG0g





All Videos by Deep Tech



PublishedVideo TitleDurationViewsCategoryGame
2025-06-11Factorials | This Java Code BROKE My Brain! 🤯 (No Loops Challenge) | #javashorts #javatutorial0:001,611
2025-06-11Low Level Design: Ride Sharing Application System | Part 2 - Java Implementation & Code Walkthrough0:0068
2025-06-09Java Constructor Mystery That BREAKS Beginners' Minds! 🤯 #coding #javadeveloper #shorts0:001,359Constructor
2025-06-09Low Level Design: Ride Sharing Application System | Part 1 - Problem Analysis & Blueprint Solution0:0099
2025-06-09Java Pre/Post Increment Trap That Fools EVERYONE! #coding #javadeveloper #shorts0:00521
2025-06-08Java Developers DON'T Know This PrintWriter Trick! 🤯 #coding #javadeveloper #shorts0:00711
2025-06-06Strategy Design Pattern Tutorial in Hindi | Behavioral Design Patterns with Real Examples0:0050
2025-06-06Find Max Without if/else! This Math Trick Will Blow Your Mind! 🤯 #coding #javadeveloper #shorts0:001,391
2025-06-05Java Array Reference Trap - Can You Guess the Output? #coding #javadeveloper #interview #shorts0:002,273
2025-06-04Observer Design Pattern in Java | Behavioural Design Pattern with Real Examples | Hindi0:0027
2025-06-04Check Even Numbers WITHOUT if-else! 🤯 | #javatricks #coding #codeblocks #viralshorts0:001,210
2025-06-03Master These 6 Topics to Crack ANY Java Interview! #coding #programming #interview #success0:002,090
2025-06-02Key Value Datastore Design | Low Level Design in Java | System Design Interview Preparation0:00150
2025-06-01Java Variable Swap Without Temporary Variable | #java #programming #coding #shorts0:002,118
2025-05-31Java's Static Block Executes Before Main?! #coding #programming #java #shorts0:00237
2025-05-30Java Interview Trap: Integer 127 vs 128 #programming #coding #java #shorts0:001,044
2025-05-3099% of Java Developers Miss This String Trick! #shorts #coding #programming #java0:004,168
2025-05-30Decorator Design Pattern in Java Explained | Real-Life Example + Clean Code0:0063
2025-05-28Structural Design Patterns Explained | Adapter Design Pattern in Java (Real World Example + Code)0:0076
2025-05-26Prototype Design Pattern in Java | Clone Objects Like a Pro | Hindi + English0:0058
2025-05-23Parking Lot Low Level Design in Java | Full Code Explained Step-by-Step (Part 2)0:00187
2025-05-21How to Solve Any Low Level Design (LLD) Problem | Blueprint | Parking Lot System Design (Part 1)0:00293
2025-05-19Singleton Design Pattern in Java | Real-Life Example + Thread-Safe Solution Explained0:00260
2025-05-16Abstract Factory Design Pattern in Java 🔥 | LLD Series Part 3 (Hindi + English)0:00111
2025-05-12Design Patterns Explained with Java 🔥 | Factory Pattern + Types | Hindi + English0:00183
2025-05-11LLD Roadmap for Beginners in 60 Seconds | #solidprinciples #programming #codinginhindi0:00226
2025-05-10SOLID Principles Explained with Java 🔥 | Low-Level System Design Part 1 (Hindi + English)0:00307
2025-05-10HLD vs LLD + SOLID Principles Introduction | System Design Explained | Must-Know for Developers!0:00585
2023-07-22688. Knight Probability in Chessboard | DP | C++ | LeetCode Daily Challenge16:121,343
2023-07-151751. Maximum Number of Events That Can Be Attended II16:231,220
2023-07-12802. Find Eventual Safe States21:17616
2023-07-11863. All Nodes Distance K in Binary Tree | Trees11:38734
2023-07-072024. Maximize the Confusion of an Exam15:47815
2023-07-04137. Single Number II | Bit Manipulation13:342,875
2023-07-021601. Maximum Number of Achievable Transfer Requests | Bit Manipulation19:351,465
2023-06-29864. Shortest Path to Get All Keys | LeetCode Daily Challenge19:592,415
2023-06-281514. Path with Maximum Probability | Dijktras | LeetCode Daily Challenge12:351,543
2023-06-27373. Find K Pairs with Smallest Sums | Min-Heap | LeetCode Daily Challenge19:495,720
2023-06-262462. Total Cost to Hire K Workers | Min-Heap | Two Pointers | LeetCode Daily Challenge22:151,791
2023-06-251575. Count All Possible Routes | DP | LeetCode Daily Challenge16:45869
2023-06-24956. Tallest Billboard | LeetCode Daily Challenge12:432,491
2023-06-212448. Minimum Cost to Make Array Equal | Binary Search | Median | LeetCode Daily Challenge20:341,529
2023-06-202090. K Radius Subarray Averages | Sliding Window | LeetCode Daily Challenge18:491,242
2023-06-182328. Number of Increasing Paths in a Grid | Recursion | LeetCode Daily Challenge16:371,007
2023-06-171187. Make Array Strictly Increasing | Recursion | LeetCode Daily Challenge21:561,775
2023-06-161569. Number of Ways to Reorder Array to Get Same BST | Recursion | DFS | LeetCode Daily Challenge22:492,163
2023-06-151161. Maximum Level Sum of a Binary Tree | BFS + DFS | LeetCode Daily Challenge17:19411
2023-06-14530. Minimum Absolute Difference in BST | Inorder Traversal | BFS | LeetCode Daily Challenge11:301,022
2023-06-022101. Detonate the Maximum Bombs | Recursion | BFS | LeetCode Daily Challenge16:36642
2023-05-281547. Minimum Cost to Cut a Stick | DP | LeetCode Daily Challenge16:39635
2023-05-261140. Stone Game II | DP | LeetCode Daily Challenge15:471,929
2023-05-25837. New 21 Game | Probability + DP | LeetCode Daily Challenge17:302,028
2023-05-242542. Maximum Subsequence Score | LeetCode Daily Challenge21:311,215
2023-05-22347. Top K Frequent Elements | LeetCode Daily Challenge13:41442
2023-05-21934. Shortest Bridge | Graphs | LeetCode Daily Challenge14:26879
2023-05-20399. Evaluate Division | GRAPHS | | LeetCode Daily Challenge POTD19:28749
2023-05-19785. Is Graph Bipartite? | GRAPHS | | LeetCode Daily Challenge POTD20:03404
2023-05-172130. Maximum Twin Sum of a Linked List | In-Place | LeetCode Daily Challenge POTD | LinkedList12:24327
2023-05-1624. Swap Nodes in Pairs | Single Pass | LeetCode Daily Challenge POTD | LinkedList7:48217
2023-05-162467. Most Profitable Path in a Tree | Intuit SDE Intern OA | Trees22:15229
2023-05-151721. Swapping Nodes in a Linked List | Single Pass | LeetCode Daily Challenge POTD8:32295
2023-05-141799. Maximize Score After N Operations | DP with Bit Masking | LeetCode Daily Challenge POTD21:191,300
2023-05-122140. Solving Questions With Brainpower | DP | LeetCode Daily Challenge POTD13:30726
2023-05-111035. Uncrossed Lines | LCS | LeetCode Daily Challenge POTD15:02696
2023-05-08Adobe Coding Question | Online Assessment | MTS | Count Of Valid Triplets13:12189
2023-05-071964. Find the Longest Valid Obstacle Course at Each Position | LIS | LeetCode Daily Challenge POTD19:422,258
2023-05-06Microsoft Coding Question | Online Assessment | SDE | Minimum Time to Collect Garbage13:45253
2023-05-061498. Number of Subsequences That Satisfy the Given Sum Condition | LeetCode Daily Challenge | POTD17:511,234
2023-05-051456. Maximum Number of Vowels in a Substring of Given Length | Sliding Window | LeetCode Daily9:37458
2023-05-04649. Dota2 Senate | LeetCode Daily Challenge | LeetCode POTD16:371,729
2023-04-301579. Remove Max Number of Edges to Keep Graph Fully Traversable | DSU | LeetCode Daily Challenge17:57523
2023-04-291697. Checking Existence of Edge Length Limited Paths DSU | LeetCode Daily Challenge | LeetCode POTD16:26899
2023-04-28839. Similar String Groups | LeetCode Daily Challenge | LeetCode POTD17:48577
2023-04-26258. Add Digits | O(1) with Mathematical Proof | LeetCode Daily Challenge | LeetCode POTD9:32373
2023-04-252336. Smallest Number in Infinite Set | LeetCode Daily Challenge | LeetCode POTD16:56209
2023-04-242654. Minimum Number of Operations to Make All Array Elements Equal to 1 | LeetCode Weekly 34213:54596
2023-04-23Google Coding Question | Online Assessment | SDE | Ways To Partition Digit String Into K Substring20:09228
2023-04-231416. Restore The Array | LeetCode Daily Challenge | LeetCode POTD14:09897
2023-04-22Amazon Coding Question | Online Assessment | SDE Intern | Maximum Greyness | Set 1 - Q211:35226
2023-04-22Amazon Coding Question | Online Assessment | SDE Intern | Minimum Delivery Rounds11:50293
2023-04-221312. Minimum Insertion Steps to Make a String Palindrome | LeetCode Daily Challenge | LeetCode POTD18:48349
2023-04-21879. Profitable Schemes | LeetCode Daily Challenge | LeetCode POTD18:24803
2023-04-20662. Maximum Width of Binary Tree | LeetCode Daily Challenge | LeetCode POTD15:10444
2023-04-191372. Longest ZigZag Path in a Binary Tree | LeetCode Daily Challenge | LeetCode POTD10:291,068
2023-04-182461. Cousins in Binary Tree II | LeetCode BiWeekly 10218:0084
2023-04-182642. Design Graph With Shortest Path Calculator | LeetCode BiWeekly 10214:5454
2023-04-181768. Merge Strings Alternately | LeetCode Daily Challenge | LeetCode POTD5:42173
2023-04-172645. Minimum Additions to Make Valid String | LeetCode Weekly Contest 3419:33170
2023-04-171431. Kids With the Greatest Number of Candies | LeetCode Daily Challenge | LeetCode POTD6:2273
2023-04-162646. Minimize the Total Price of the Trips | LeetCode Weekly Contest 34122:50429
2023-04-161639. Number of Ways to Form a Target String Given a Dictionary | LeetCode Daily Challenge | POTD14:061,585
2023-04-14516. Longest Palindromic Subsequence | LeetCode Daily Challenge | LeetCode POTD17:49440
2023-04-13946. Validate Stack Sequences | LeetCode Daily Challenge | LeetCode POTD17:45229
2023-04-1271. Simplify Path | LeetCode Daily Challenge | LeetCode POTD10:30355
2023-04-071020. Number of Enclaves | LeetCode Daily Challenge | LeetCode POTD13:39349
2023-04-061254. Number of Closed Islands | LeetCode Daily Challenge | LeetCode POTD13:23517
2023-04-052439. Minimize Maximum of Array | LeetCode Daily Challenge | LeetCode POTD25:431,612
2023-04-042405. Optimal Partition of String | LeetCode Daily Challenge | LeetCode POTD11:20562
2023-04-03881. Boats to Save People | LeetCode Daily Challenge | LeetCode POTD11:07416
2023-04-02Build a Weather APP in Node JS | Node and Express | Node JS for beginners | Application #121:20147