🔴 #16 LIVE: Solving Top Google Interview Questions ||

  Рет қаралды 9,877

Rachit Jain

Rachit Jain

Күн бұрын

✅Sponsor: Educative.io [46% OFF] → bit.ly/educati...
In this live stream, we will solve few of the top Coding Interview Questions that had been asked by Google.
Problems solved in today's stream: / discord
More such livestreams: bit.ly/rachit-...
Register at bit.ly/codestu...
Educative.io Unlimited: Pay once and get access to 360+ courses for Software Developers - React, System Design, Coding Interviews, Modern JavaScript, Road to React, Redux, Docker and what not!
Extra discount via bit.ly/educati... OR use coupon "rachit" small case
------------------
𝗜𝗡𝗧𝗘𝗥𝗩𝗜𝗘𝗪 𝗣𝗥𝗘𝗣 𝗣𝗥𝗢𝗗𝗨𝗖𝗧𝗦
✅ 𝗘𝗱𝘂𝗰𝗮𝘁𝗶𝘃𝗲.𝗶𝗼 [10% OFF for First 90 Users] 👉🏻educative.io/r...
✅ 𝗦𝘆𝘀𝘁𝗲𝗺 𝗗𝗲𝘀𝗶𝗴𝗻 [Discount for Indian audience] 👉🏻bit.ly/design-...
✅ 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗕𝗼𝗼𝗸𝘀 [Amazon Affiliate] 👉🏻amazon.in/shop...
SUBSCRIBE AND HIT BELL ICON TO CHECK MORE OF MY CONTENT
kzbin.info...
------------------
My Socials:
✅ Portfolio Website - rachitiitr.com
✅ Instagram - / rachitiitr
✅ LinkedIn - / rachitiitr
✅ Twitter - / rachitiitr
✅ Github - github.com/rac...
✅ Facebook - Algorith...

Пікірлер: 13
@kushalchoudhary7022
@kushalchoudhary7022 2 жыл бұрын
For the first question I don't think solution provided is wrong, as the question says we can't use the same character at the same position in subsequence but we can use the same character in different positions of the subsequences. For AZYABDA, the length will be 2 as the A at 3rd index in the string is at different positions in the two subsequences formed.
@a1988ditya
@a1988ditya 2 жыл бұрын
2:48 YES BABYYYY
@RachitJain
@RachitJain 2 жыл бұрын
Sherlocked.
@itsgauravchaudhary
@itsgauravchaudhary 2 жыл бұрын
Input: str = "axxxy" Output: 2 Explanation: The given array with indexes looks like a x x x y 0 1 2 3 4 The longest subsequence is "xx". It appears twice as explained below. subsequence A x x 0 1
@tanyaagarwal5307
@tanyaagarwal5307 2 жыл бұрын
Hi , Is this love solving session happens at regular Intervals? How do we get to know about them? Also, is there any discord channel . The one provided in the description seems not working?
@avonray9147
@avonray9147 2 жыл бұрын
The first question didn't restrict you from reusing an index. Let's say you are forming subsequences t1 and t2 from string s. The only restriction was that if you, say, pick s[3] into t1[1], you cannot pick s[3] into t2[1]. However, you are not restricted from picking s[3] into t2[2] for example. In this example : s = "ABACA", "AA" is a possible valid LRS due to this reason. Notice that there are 3 different ways to form the subsequence "AA" using s, right? Using indices 0 & 2; or; 2 & 4; or; 0 & 4. So, if we form t1 using 0 & 2, and t2 using 0 & 4, that would be an INVALID repeating subsequence, because we are picking the 0th index of s for the 0th positions in both t1 and t2. For similar reasons, forming t1 and t2 using 2 & 4 and 0 & 4 would also be invalid, due to keeping s[4] in the 1th index of both t1 and t2. However, forming t1 using 0 & 2 and forming t2 using 2 & 4, doesn't violate the given restriction.
@arunece100
@arunece100 Жыл бұрын
I am preparing for Google interview with javascript as launguage. Can anyone tell can we use built-in functions during coding interview.
@AmanNidhi
@AmanNidhi 2 жыл бұрын
hey i am interested in knowing what all programming languages do you generally use at your work. These days, devs work with at least 2 languages at work. and why c++ is still your goto language for problem solving.
@priyankarrajgupta4198
@priyankarrajgupta4198 2 жыл бұрын
He uses C++ at work ..
@RachitJain
@RachitJain 2 жыл бұрын
I use JS, C++, Python and Bash Scripting quite extensively. I can also solve problems in JS, no issue there, but sometimes you need evolved data structures like sets, pbds, etc that are not there in JS out of box. In online judges, you can't use 3rd part libs, so C++ is really fluent to use for me.
@priyankarrajgupta4198
@priyankarrajgupta4198 2 жыл бұрын
@@RachitJain just curious w.r.t C++, what framework/librariee u use at work?
@pankajsaxena8878
@pankajsaxena8878 2 жыл бұрын
Can u pls tell the name of sheet
@brianneangelo7775
@brianneangelo7775 2 жыл бұрын
ρɾσɱσʂɱ 😚
🔴 #17 Late Night Algorithms with Software Developer
44:20
Rachit Jain
Рет қаралды 11 М.
Google Coding Interview With A High School Student
57:24
Clément Mihailescu
Рет қаралды 4,1 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 71 МЛН
МАИНКРАФТ В РЕАЛЬНОЙ ЖИЗНИ!🌍 @Mikecrab
00:31
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 37 МЛН
Google Coding Interview With A Facebook Software Engineer
49:59
Clément Mihailescu
Рет қаралды 936 М.
Top 30 Interview Questions - From a recruiters hiring playbook
51:06
Don Georgevich
Рет қаралды 2,9 МЛН
Are NoSQL Databases Better Than SQL Databases?
26:42
Rachit Jain
Рет қаралды 10 М.
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,3 МЛН
Acing Google Coding Interview as an 18 year old High School Student
48:57
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН