Channel Avatar

Beginner-Techies @UCYr4iOgJ8kbDetmydwPTTqg@youtube.com

1.5K subscribers - no pronouns :c

Welcome to "Beginner-Techies," the perfect channel for begin


22:26
Design Pattern Introduction for Beginners | Abstraction With Social Media Example | Part -4
29:57
ChatGPT Integration With Spring Boot | OpenAI | Java
14:22
Design Pattern Introduction for Beginners | Encapsulation | Part -3
19:11
Design Pattern Introduction for Beginners | Classes & Objects | Part -2
15:15
Design Pattern Introduction for Beginners | Part -1
11:58
Container Most Water Problem | Two Pointer Technique | O(N) | Java
25:25
K-Empty Slot Problem | Sliding Window Technique | O(N) | Java
14:31
4sum Problem | Two Pointer Technique | Java
34:17
3Sum Problem | Two Pointer Technique | Hashing | Java | O(n2logn) | Java
14:27
Two Sum II - Input Array Is Sorted | Two Pointer Technique | O (N) | Java
07:17
Mastering Efficiency: Exploring the Two Pointer Approach
45:46
Longest Substring with At Least K Repeating Characters | Sliding Window Technique | HashMap | Java
09:10
Leetcode #219. Contains Duplicate II Implementation using Map in Java | O (n)
11:02
Leetcode #217 Contains Duplicate | Implementation with Brute-Force | List | Map in Java
17:05
Leetcode #162. Find Peak Element | Binary Search Algorithm Implementation | O(logn) | Java
17:25
Leetcode #1 Two Sum Problem | Implementation using HashMap and List | O(N)
20:26
Binary Search - Iterative Implementation in java for beginners| Time complexity - O(logn)
14:52
Search Algorithm | Linear Search | Time Complexity O(N)
20:38
K Length SubStrings With No Repeated Characters | Sliding Window | O(n)
16:51
Leetcode #53. Maximum SubArray Sum | Kadane's Algorithm | O(n)
23:55
Leetcode #209 Minimum Size Subarray Sum Using Sliding Window Techniques | O(n)
01:38:15
Google Sheet Integration With Spring Boot in One Video. #googlesheets #java #springboot
20:38
Leetcode #438 . Find All Anagrams in a String. Solution - O (n) | sliding window technique
31:52
Leetcode #242 : Valid Anagram - Solutions - Brute Force O(n*n) | Sorting O(nlogn) | Hashing O(n)
01:10:58
Will Chat GPT enhance 10X productivity ? Let's play with Chat GPT and understand this.
25:57
Longest Substring With At Most K Repeating Characters | #java #leetcode #codinginterviews
28:24
Longest Substring Without Repeating Characters #slidingwindow #leetcode #codinginterviews
06:34
Unlocking Sliding Window Problems: How to Identify and Solve Them
05:48
String Compress Problem | O(N) #codinginterviews #javaprogramming
08:27
Cracking Coding Interviews: Master 14 Essential Patterns for Success
24:56
Google Sheet Integration With Spring Boot | Permissions and Email Notification | G-Drive Part - 6
13:56
Google Sheet Integration With Spring Boot | Insert data into Google Sheet | Java | Part-5
17:50
Google Sheet Integration With Spring Boot | Create Google Sheet With Rest API and Java | Part - 4
24:22
Google Sheet Integration With Spring Boot | Retrieve data from Google Sheet | Java | Part -3
08:15
Google Sheet Integration With Spring Boot | Create Spring Boot Project | Java | Part 2
11:09
Google Sheet Integration With Spring Boot | How to Create Google Cloud Credentials ? | Part-1
10:33
Create Java Project in Eclipse with Best Practices for Beginners | Factorial example