Тёмный
CodingWithPrakash
CodingWithPrakash
CodingWithPrakash
Подписаться
👋 I'm Prakash, a dedicated full-stack developer with a passion for sharing knowledge through content creation.

Contents of this Channel

● Data Structure and Algorithm
● New-Gen CS Colleges Review
● Podcast with Software Developers

I also Teach DSA via Live Batches
Whatsapp me for enquiry related to live batch bit.ly/3MfGnBw

JavaScript Course in Hindi #3 Hello World
7:59
5 месяцев назад
🚀 🔥 HTML Full Course For Beginners in Hindi
3:14:31
5 месяцев назад
HTML Crash Course | Lecture 7 -  Tables
26:09
5 месяцев назад
Комментарии
@niharikasharma933
@niharikasharma933 День назад
Work from home ka placement mil sakta ha kya
@rajenbahadur2479
@rajenbahadur2479 3 дня назад
may I know sir I m working bpo sector and m graduated from arts stream and hv zero knowledge , looking for better opportunities and planning to change the field so may I know can I try fr course
@CodingWithPrakash_
@CodingWithPrakash_ День назад
Yes u can
@moein7808
@moein7808 4 дня назад
After watching 2 , 3 videos from others , lastly i understand this topic from this channel . Thanks Daddaa.💌
@deevor3839
@deevor3839 5 дней назад
Bcom graduated bhe join kr skte hei
@Truthseeker838
@Truthseeker838 12 дней назад
Jisko koi bhi language nahi aata vo beginners le sakta hai kya???
@ChanchalSharma-lz7by
@ChanchalSharma-lz7by 13 дней назад
Bhai kya financial assistance hai
@FEMALEMONSTEROOSHU
@FEMALEMONSTEROOSHU 14 дней назад
I'm 2019 passout university medalist.।।। 1year apprenticeship.। I did।।।। 6 months chemical plant Ive joined and july 2024 I left that.।। I'm looking for a course
@CodingWithPrakash_
@CodingWithPrakash_ День назад
You can explore scaler
@dhruvinchawda439
@dhruvinchawda439 18 дней назад
for me no one explained this question better than you!
@muskanborkar5962
@muskanborkar5962 18 дней назад
Bahut accha batayaaapne 😊
@Aman-dh9wz
@Aman-dh9wz 19 дней назад
Bhaiya regular videos upload karo leetocde solution kei🙏🏻🙏🏻. Kisse aue ka vdo dekh ke smjh nhi aata & java me bahot km mentor hai plz upload
@nikhildwivedi2106
@nikhildwivedi2106 20 дней назад
Bhai apna leetcode ke problem ki iss series of 1000 tak le jao please aaap bahut accha padate ho.
@AyyubKhan-zu3pd
@AyyubKhan-zu3pd 21 день назад
Is scaler have branch in pune for physical class
@CodingWithPrakash_
@CodingWithPrakash_ 21 день назад
Its online only
@user-mm6xx1oq9v
@user-mm6xx1oq9v 21 день назад
Here is my solution without using 2nd while loop : class Solution { public int lengthOfLongestSubstring(String s) { int right=0,left=0; Set<Character>st = new HashSet(); int max=0; while(right<s.length()) { if(st.add(s.charAt(right))) { max=Math.max(max,right-left+1); right++; } else { st.remove(s.charAt(left)); left++; } } return max; } }
@rajeshrout3879
@rajeshrout3879 23 дня назад
Nice explanation 👍👍
@gauravpandey1804
@gauravpandey1804 24 дня назад
wow
@tricksforsolving2804
@tricksforsolving2804 28 дней назад
If want to print the longest string then how it will with given code
@VishalCha-qw1oo
@VishalCha-qw1oo Месяц назад
Sir Ji tq
@mr.rohan07
@mr.rohan07 Месяц назад
sir fees kitni hai or emi kitna bharna pdta hai
@ashokchakravarthi3375
@ashokchakravarthi3375 Месяц назад
As i see the devops circulam they have included the dsa does it really needed ?
@pratyushtripathi1728
@pratyushtripathi1728 Месяц назад
@nikhildwivedi2106
@nikhildwivedi2106 Месяц назад
good explaination
@CarlJhonson-tc6fg
@CarlJhonson-tc6fg Месяц назад
Scalar ma Hindi ma padhate hai kya plz reply ?
@parveen1341
@parveen1341 29 дней назад
no
@CarlJhonson-tc6fg
@CarlJhonson-tc6fg 29 дней назад
@@parveen1341 ok tq
@iamnottech8918
@iamnottech8918 Месяц назад
More simpler code this may help someone class Solution { public: void expandfrommid(string s,int i,int j,int&start,int&length){ //remember to pass by reference while(i>=0 && j<s.length()) { if(s[i]==s[j]) { i--; j++; } else break; } i++; j--; if(length<j-i+1){ start=i; length=j-i+1; } } string longestPalindrome(string s) { int start=-1; int length=INT_MIN; for(int i=0;i<s.length();i++) { expandfrommid(s,i,i,start,length); //odd length expandfrommid(s,i,i+1,start,length); //even length } return s.substr(start,length); } };
@iamnottech8918
@iamnottech8918 Месяц назад
u should dry run on a case first this is very confusing this way
@ngk2407
@ngk2407 Месяц назад
Nice One Brother👌👌.Make video on how to follow dsa sheet how many problems to do too..
@surbhirajput3798
@surbhirajput3798 Месяц назад
How to join scalar ?
@saptarshichattopadhyay8234
@saptarshichattopadhyay8234 Месяц назад
Thank you so much sir...
@saptarshichattopadhyay8234
@saptarshichattopadhyay8234 Месяц назад
Thank you So much Sir... Easily explained....🥰🥰🥰🥰🥰🥰
@mahmoodahmad5759
@mahmoodahmad5759 Месяц назад
Sir I am a bcom graduate which course is best on after bcom in scaler
@infinitecricket3220
@infinitecricket3220 Месяц назад
slow and understandable with good explaination
@AbhishekSharma-u2z
@AbhishekSharma-u2z Месяц назад
What is the fees of Software development course in Scaler
@muktalaskar4263
@muktalaskar4263 Месяц назад
3lakh was last yr
@GaneshBhutekar-nu1gd
@GaneshBhutekar-nu1gd Месяц назад
hi bhaiya i am currently in 4th year and started DSA , and my development is remaining also if i start applying job after graduation can i still secure the job(so that i will complete DSA and development both), please bhaiya reply
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
Ha bro dsa and development dono kr loge then it is very good Just work on job applying startegy and do some mock interviews before real interview
@mohitbokade2691
@mohitbokade2691 Месяц назад
bhai apne jo tshart pahni ho wo zudio se li ho n mere pass bhi same h ha ha ha
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
It is zudio , you are right
@devarpitadey5535
@devarpitadey5535 Месяц назад
Hello I am a MSc Data Science final year student and I want to get placed in a good company with descent package if I join Scalar? I have a academic gap of 4 years
@aryasharma69
@aryasharma69 Месяц назад
Nice approach but you should have improve the explanation of the code by showing dry run
@debashishmahato4591
@debashishmahato4591 Месяц назад
Thanks man!. This is the only solution that i was able to understand
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
I am also offering live dsa batches and teaching | link will be in description
@kavyankuikey6920
@kavyankuikey6920 Месяц назад
Sir mere 10 me 60% ayey the any solution
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
If not eligible then try another college
@devmadaan5146
@devmadaan5146 Месяц назад
Why the fck do i have to habdle edge cases like n=0 , divthe question setter , did not understand this...like why is he at first giving me the question, is like generating a problem, then the solution. Main thing lies is system fldesign in dev world, but still we are fcking here
@ANKITROY-t2s
@ANKITROY-t2s Месяц назад
I have completed my bachelor degree in civil engineering......so sir guide me to built my career in IT field
@Aditya_chauhan-t9l
@Aditya_chauhan-t9l Месяц назад
Sir i have got 61marks in mathematics am i eligible for giving the exam?
@Udaykumar-p1s
@Udaykumar-p1s Месяц назад
Which company your placement done and how much time taken and first placement cyclone ?
@SantanuDas-n7y
@SantanuDas-n7y Месяц назад
eligibility criteria kya ha
@harshitupadhyay6359
@harshitupadhyay6359 Месяц назад
I completed my 12th in 2022 ? am I eligible for 2025 in Newton?
@Priyankit1256
@Priyankit1256 11 дней назад
Bilkul Bhai ... Mai bhi ja raha hun 25 mee ..
@harshit4258
@harshit4258 Месяц назад
Sir commerce with maths student bhi apply kr skt h kya SST ke liye.(kyuki maths hee criteria m show kr rha h)
@Wasif_md
@Wasif_md Месяц назад
Bhai 10k - 15k subscribers pe brand promotion milta hai ?
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
Yes
@KRISHNANISHAD-pc4tt
@KRISHNANISHAD-pc4tt Месяц назад
Watch video on 1.25x
@nigamGvlog
@nigamGvlog Месяц назад
Sir jinka 12th ka agar 60% complete na ho. Unke liye worth it.
@ravangaming5787
@ravangaming5787 Месяц назад
Sir how much percent in 12th is required
@tarunkumar35687
@tarunkumar35687 Месяц назад
Bhai campus tour banao please
@Vibe_finder
@Vibe_finder Месяц назад
It doesn't provide degree through!!
@CodingWithPrakash_
@CodingWithPrakash_ Месяц назад
Degree is included Please watch full video
@Vibe_finder
@Vibe_finder Месяц назад
@@CodingWithPrakash_ in website it is mentioned that pw ioi is neither a College nor provide a degree it is just a residential job ready program