Thank you so much for sharing this! I was stuck and didn't have ideas to optimize my solution but your explanation gave me many ideas! Thanks
@chinmaythakur5482 жыл бұрын
The fact that we get youtube videos for hashcode events is so awesome
@PriyanshAgarwal3 жыл бұрын
I recall mentioning getting a TLE in the problem if you go and try out a totally exponential solution like 2^100 operations. By TLE, I just meant that 2^100 operations won't run in even the complete duration of the contest locally.
@kavyanshagrawal62413 жыл бұрын
Bhaiya please make one video regarding how to increase our typing speed..
@tanned_cosines_3 жыл бұрын
Lol
@KayFiiya2 жыл бұрын
the efficiency increase the score or not????
@DeepakYadav-vu1fz2 жыл бұрын
Jabardast tha bhai best video I found ever
@TechBinod2 жыл бұрын
Where to get videos of next session
@sunitagarg37232 жыл бұрын
Sir, please make a tutorial video on digit dp
@shloksuman81643 жыл бұрын
I'm learning language right now,, I know I'll excel at that and probably learn other things also required for the same... but.. hope I'll become social enough by few months to form or be in a team 🙃
@tanishka58543 жыл бұрын
this is best...i was tensed cz of this..amazing thing sir...pls help us more on this
@rubysharma1432 жыл бұрын
How do you press #, (, ), shift, ctrl, ~ keys in touch typing? Which is better Sublime or Vim? How can I use Vim in Windows?
@swastikgupta91013 жыл бұрын
it would be great if you upload all sessions of this series!!
@PriyanshAgarwal3 жыл бұрын
Yes I will
@espersscythe63442 жыл бұрын
@@PriyanshAgarwal till when?
@dasombts30622 жыл бұрын
@@PriyanshAgarwal I am in 11 th std girl ,it is very helpful for me sir☺
@mangonetic22792 жыл бұрын
Thank You for this video !
@shreyashachoudhary4802 жыл бұрын
Means a lot to US! Thanks
@kushagra44013 жыл бұрын
thank you so so much. this is really very informative.
@anuragagarwal96172 жыл бұрын
Please post the video for the hashcode qualification round. !!!!!!
@samarthkadam34093 жыл бұрын
Can you make a video on setup for CP in sublime
@ManasKrMajumdar3 жыл бұрын
Yesss ❤️
@anonymous-ms2en3 жыл бұрын
priyansh bhaiya plzzzzzz
@codingcouch3 жыл бұрын
I'll be putting UP a video on this by the weekend, U can subscribe to my channel and press the bell icon for an update.
@udaykiran44042 жыл бұрын
Must
@rishav1443 жыл бұрын
🔥🔥
@rudratejjadhav9113 жыл бұрын
brother i dont have any hub so what can i do
@pablo2pablo7973 жыл бұрын
Is there a forum to share results?
@devansh52683 жыл бұрын
Great work bruh
@joshua_dlima2 жыл бұрын
is there a second session??
@govindgaud40932 жыл бұрын
Hey bro,which IDE u used for coding
@harshsharma032 жыл бұрын
Xcode.
@taison00722 жыл бұрын
Please explain your code template
@gauravkumawat79932 жыл бұрын
Bhaiyaa will you upload one more session on hashcode before contest?
@dipanjanpramanik19163 жыл бұрын
Why should I create a simulator if hashcode accepts only the best answer of the attempts? Why we should not directly try our approach in the hashcode?
@kavyanshagrawal62413 жыл бұрын
Bhaiya please tell that how to increase our speed for typing ... Please🙏
@pawanrawat40652 жыл бұрын
How to increase runtime as you did from 1sec to 10sec 56:00
@ilirhajrullahu40832 жыл бұрын
Hello Priyansh, I like your videos and explanations a lot? Can you please share with us what drawing tablet you use and what software for editing your videos? Thank you and I am eagerly waiting for your new videos. Keep it up!
@random_memes0093 жыл бұрын
Hey, priyansh you are doing good work keep going bro. I wan to ask you ques that you have done cp course from cn is number theory in this course is enough to solve b c div 2 level in cf?? Plz relpy
@abhi.r83 жыл бұрын
How to participate in Google events or competition can anyone please tell me 🙏
@samanwaybarman33163 жыл бұрын
I saw on that website about tle eliminator I want to know further information like how can I join
@asishcodes3 жыл бұрын
Please conduct the upcoming sessions on Discord!!
@mjedits213 жыл бұрын
I have a question like how you gonna give 5000+ inputs ?
@codecorn80303 жыл бұрын
How many questions do we have in Google hashcode ?? ONLY 1 ???
@hello_d.s22472 жыл бұрын
thank ypu
@akashsharma59943 жыл бұрын
Can Someone send those Practice Problem Link
@harshjha16163 жыл бұрын
Bhaiya everyone is worried about Deep mind( alpha code) that can compete with average human programmers should we worried about it what yours views on that bhaiya ?
@pablo2pablo7973 жыл бұрын
I got 3750 points, but there is no scoreboard, so I can't compare my results
@pablo2pablo7973 жыл бұрын
Does anyone knows about a forum or something to discuss?
@kannanramu8253 жыл бұрын
hello.can i get ur mail id for asking a doubt regarding the same..
@swastikgupta91013 жыл бұрын
please explain 84th line of ur code -> ( hashIngradients[name] = sz(Hashingradients); )
@futurestars67123 жыл бұрын
I' m not join in a team right now can anyone please share team link
@codingcouch3 жыл бұрын
Key points: 1)simulated annealing was not discussed (that means we definitely need to google it) 2) We need to understand what Comparators are. 3)The code that you submit does not matter. 4) No specific programming level is required to take part just a team of atleast 2 people ****5) If you submit the output for every problem, and you know that there could be a better output as well, you need to generate more number of outputs and then compare which one is better, for that you need to make a LOCAL SIMULATOR which will do the task, as you can not check all the 2^m possibilities, m being a large input.
@pranjalagnihotri60723 жыл бұрын
Also writing clean code is super important
@jamil35713 жыл бұрын
So wait, he's actually using simulated annealing in this video?
@codingcouch3 жыл бұрын
@@jamil3571 No, generally such problems are solved using annealing, but here he has kept it simple and solved the problem using a greedy approach.
@jamil35713 жыл бұрын
@@codingcouch Ended up using simulated annealing to try to solve this problem and I managed to get 3837, is simulated annealing a good strategy for hash code problems? Or is it not always the case? What other optimization algorithms can I use to get high scores on approximation problems like this?
@codingcouch3 жыл бұрын
@@jamil3571 try watching the 1st and second video of the playlist, here is the link for the First one-- kzbin.info/www/bejne/eWLPmaiwa9WNeZI Let me know after watching the video, if it helps.
@mathewv.kariath40253 жыл бұрын
Can we use python to solve this?
@Akel46112 жыл бұрын
Hey, which solution got you the best result?
@aayushagrahari993 жыл бұрын
Hey! Bro I want to talk you.. for more information that how can sumbit our codes etc ...please bro....
@swastikgupta91013 жыл бұрын
what is sz() in your code?
@AbhishekKumar-fp7bm3 жыл бұрын
Tell the size of vector/array or any other data structure.
@himeshgupta64782 жыл бұрын
Bhai isha gupta ka kaha pe placement hua hai... She is 1 yr ahead of you...
@nideeshn62933 жыл бұрын
Bro session 2 when?
@ranger97403 жыл бұрын
Hlo sir, I want to know that can we repeat these contest, like can i give hash code in 2022 and then again in 2023???
@PegasiuuuS2 жыл бұрын
Yes of course
@unstable05203 жыл бұрын
4:33 webcam?
@PriyanshAgarwal3 жыл бұрын
Lol that was not me. Somebody just switched on their video in the session.
@unstable05203 жыл бұрын
@@PriyanshAgarwal oh i thought it was you so i was wondering why you look so different from other vids haha
@autoinsights11383 жыл бұрын
why dont u teach subjects for software engineering ? I always see you solving some weird questions from some xyz competition .🙄
@chetanpatil24733 жыл бұрын
he is really good coder but i am not code like this 😔
@ankit_irl3 жыл бұрын
Please make a video on sublime setup
@codingcouch3 жыл бұрын
I'll be putting up a video for this. Well explained step by step
@codingcouch3 жыл бұрын
To get an update U can subscribe to my channel, so that when I put the video online U get a notification, and press the bell icon
@garudasoftware75083 жыл бұрын
Is there any compulsion that all team members should use same language for coding? Can a team use 2 different languages that is suppose one of team member knows c++ well, while other is expert in java can they code in their own expertise languages?
@puneetsharma3123 жыл бұрын
nah there is no compulsion
@aayushisrivastava45952 жыл бұрын
Would anyone form team with me for this ? I am a 2 star on codechef
@nikhilraj84603 жыл бұрын
Can students using different programming languages make a team? Like can a Java and C++ programmer can be in a team?
@codingcouch3 жыл бұрын
Yes they can, but then U will have to Rewrite the code, like either in C++ or Java. So better the whole team uses one language, knowing more than one is good.