ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

880 results

BE A GEEK
Java Substring Comparisons HackerRank Solution | Hackerrank Java Substring Comparisons

Copy Code From Here - https://www.beageekyt.com/hackerrank/java/java-datatypes/solution HackerRank Java Playlist ...

22:55
Java Substring Comparisons HackerRank Solution | Hackerrank Java Substring Comparisons

91 views

6 months ago

DevPal
Hackerrank: Finding string patterns with Prefix Trees | C++

Solving a basic pattern lookup problem using a modified version of Prefix Trees. Problem's link on Hackerrank: ...

33:04
Hackerrank: Finding string patterns with Prefix Trees | C++

202 views

2 years ago

Nikhil Lohia
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

Given two strings, find the longest common substring between them. Chapters: 00:00 - Intro 00:41 - Problem Statement 02:30 ...

21:56
Longest Common Substring | Dynamic Programming | Intuition and explanation w/ animations

20,948 views

2 years ago

take U forward
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

23:09
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

513,770 views

1 year ago

Software Projects
HackerRank Problem Solution 2 - Java, Arrays

array #hackerranksolutions #hackerrank #java #hackerrank #hackerrank java #hackerrank java problem solving #hackerrank ...

24:30
HackerRank Problem Solution 2 - Java, Arrays

431 views

2 years ago

Ashok IT
Top 10 String Interview Questions On Logical Programs - Explained Coding

stringsinjava #javainterviewquestions #logicalprogramming In this video i have explained, below String logical programs with ...

1:53:07
Top 10 String Interview Questions On Logical Programs - Explained Coding

128,263 views

2 years ago

Kuldip Ghotane
Special String Again hackerrank solution part 1 (explanation)

In this problem we have two test cases 1. string with repeating char like aaaa 2. with different middle element like aba for first we ...

22:22
Special String Again hackerrank solution part 1 (explanation)

3,914 views

5 years ago

Destination FAANG
String Full Course for technical interviews

Unlock the secrets to mastering string manipulation in data structures and algorithms (DSA) with our comprehensive course, ...

3:22:55
String Full Course for technical interviews

101,602 views

1 year ago

Naveen AutomationLabs
LeetCode Q2: Longest Substring Without Repeating Characters Using Sliding Window and HashMap in Java

Longest Substring Without Repeating Characters Using Sliding Window and HashMap - LeetCode Interview --------- Schedule a ...

21:46
LeetCode Q2: Longest Substring Without Repeating Characters Using Sliding Window and HashMap in Java

11,127 views

11 months ago

SecondThread
String Concatenation: Facebook Hacker Cup 2021 Round 2 Solutions

Problem: https://www.facebook.com/codingcompetitions/hacker-cup/2021/round-2/problems/D Editorial: ...

24:59
String Concatenation: Facebook Hacker Cup 2021 Round 2 Solutions

1,466 views

4 years ago

Kuldip Ghotane
Common child hackerrank solution // Longest common subsequence

In this video I have discussed Common child hackerrank solution // Longest common subsequence problem from hackerrank ...

22:35
Common child hackerrank solution // Longest common subsequence

3,004 views

5 years ago

Nikhil Lohia
Coding Interview Patterns - Sliding Window | 10 different problems in a single video

Schedule a 1:1 session with me: https://topmate.io/nikoo28 Join this channel to get access to perks: ...

25:36
Coding Interview Patterns - Sliding Window | 10 different problems in a single video

23,840 views

5 months ago

Pepcoding
Smallest Substring Of A String Containing All Unique Characters Of Itself | HashMap | Java | Vid_9

Pepcoding has taken the initiative to provide counselling and learning resources to all curious, skill ful and dedicated Indian ...

20:19
Smallest Substring Of A String Containing All Unique Characters Of Itself | HashMap | Java | Vid_9

818 views

3 years ago

AlgoMonster
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

https://algo.monster/ Best place to learn and practice coding interviews Almost all LeetCode problems can be solved with the ...

21:06
LeetCode Was Hard Until I Learned THESE 8 Patterns (With Templates!)

602,379 views

1 year ago

Kuldip Ghotane
Sherlock and valid strings hackerrank solution

In this video I have discussed Sherlock and valid string hackerrank solution from hackerrank interview preparation kit.

20:04
Sherlock and valid strings hackerrank solution

4,243 views

5 years ago

Intelegix Labs
32 Special String Again

HackerRank: ...

21:07
32 Special String Again

59 views

4 years ago

UALR-ACM
HackerRank Week of Code 25 - Practice Problem (Nov. 8, 2016)

This meeting, we solved the "Append and Delete Substrings" problem from the HackerRank Week of Code #25 contest, available ...

48:03
HackerRank Week of Code 25 - Practice Problem (Nov. 8, 2016)

1,032 views

9 years ago

Aleksandr Zelenin
[Hard](FAILED) Build a String (Hackerrank, javascript, graphs, path finding)

https://www.hackerrank.com/challenges/build-a-string/problem Failed by reason of underestimate task initially. Proper solution is ...

1:33:01
[Hard](FAILED) Build a String (Hackerrank, javascript, graphs, path finding)

1,040 views

Streamed 6 years ago

For Your Math
HackerRank Sherlock and Anagrams

Solution to the exercise Sherlock and Anagrams from the Dictionaries and Hashmaps section of HackerRank's interview ...

22:44
HackerRank Sherlock and Anagrams

1,673 views

5 years ago

Software Projects
HackerRank Problem Solution 3 - #Maps, #Dictionaries, #HashMaps

map #hackerranksolutions #hackerrank #dictionaries #hashmap #java #hackerrank #hackerrank java #hackerrank java problem ...

21:14
HackerRank Problem Solution 3 - #Maps, #Dictionaries, #HashMaps

278 views

2 years ago

Kuldip Ghotane
Abbreviation Hackerrank solution // Longest common subsequence

In this video I have discussed Abbreviation from Dynamic Programming which is taken from hackerrrank interview preparation kit If ...

42:24
Abbreviation Hackerrank solution // Longest common subsequence

3,437 views

5 years ago

InterviewWithBunny
Searching Algorithm - (Q&A -10) - Longest Substring Without Repeating Characters

Given a string find the length of the longest substring without repeating characters. Input: "abcabcbb" Output: 3 ...

22:47
Searching Algorithm - (Q&A -10) - Longest Substring Without Repeating Characters

201 views

3 years ago

Aleksandr Zelenin
[Easy] Hash Tables: Ransom Note, Two Strings (Hackerrank, javascript, dictionaries)

https://www.hackerrank.com/challenges/ctci-ransom-note/problem https://www.hackerrank.com/challenges/two-strings/problem.

42:44
[Easy] Hash Tables: Ransom Note, Two Strings (Hackerrank, javascript, dictionaries)

3,281 views

Streamed 6 years ago

Digital Interview
Hackerrank Solutions || 30 Days Of Code || Part 1| | Day 0 to Day 10

Hackerranksolutions to #30-days-of-code The concept of 30 days of code well explained with code and analysis. If you want to ...

22:59
Hackerrank Solutions || 30 Days Of Code || Part 1| | Day 0 to Day 10

183 views

5 years ago

Elite Code
Leetcode 467. Unique Substrings in Wraparound String

... for the solution the only caveat between this problem and a whole other set of problems is that we have this idea of the substring ...

28:54
Leetcode 467. Unique Substrings in Wraparound String

1,642 views

2 years ago