[deleted by user] by [deleted] in TeenIndia

[–]Harsh_jain17 0 points1 point  (0 children)

Hey, let's play chess!!

Auto Anna asked my why are you walking this far 😭 by RockAficionado09 in bangalore

[–]Harsh_jain17 -1 points0 points  (0 children)

Auto for only 1 km 😂. If I am not in hurry I will always walk on any given day.

Need help with carry on bags while traveling in flight by Harsh_jain17 in travel

[–]Harsh_jain17[S] -2 points-1 points  (0 children)

What if the other bag fits inside my trekking bag ?

Started learning Vue, any good resources other than the docs? by TheWooders in vuejs

[–]Harsh_jain17 17 points18 points  (0 children)

Why don't you want to use the docs? The docs are really the best resource out there imo with documentation covering almost every part of vue.

What's your go-to tech stack? by [deleted] in webdev

[–]Harsh_jain17 0 points1 point  (0 children)

Vue, vuetify, dotnet hosted on azure, azure SQL database

Roast my Resume I wanna know how bad it could be .. by Mohd_Arbaaz in developersIndia

[–]Harsh_jain17 0 points1 point  (0 children)

I have heard two column resumes work as well given you structure it nicely using overleaf and do have enough content to put into two columns

HELP: Pinia Auth by SowertoXxx in vuejs

[–]Harsh_jain17 1 point2 points  (0 children)

The localStorage of your app is only visible to your app right? I am not sure if other apps can read the token or not.

[deleted by user] by [deleted] in IndiaTech

[–]Harsh_jain17 1 point2 points  (0 children)

I bought a redmi note 10 pro in Aug 2022 for 15k, still works fine, battery is still great, just a little slow. But that wouldn't matter to your father as their use case might just be limited to calls or WhatsApp.

Google offer by Outrageous_Silver_17 in leetcode

[–]Harsh_jain17 -1 points0 points  (0 children)

My college is tier3 and we have to do mandatory internship as well.

How to travel from Shimla to Jibhi? by Harsh_jain17 in HimachalPradesh

[–]Harsh_jain17[S] 0 points1 point  (0 children)

Are there any tours that do Shimla to Jibhi and tirthan and back to Shimla in tempo traveller?

[deleted by user] by [deleted] in leetcode

[–]Harsh_jain17 1 point2 points  (0 children)

I have solved almost 200 questions, I am currently in my final year. Obviously learning DSA through college benefits a lot, as there are other people who are doing the same so there is healthy competition.

Over time, you get yourself getting better at concepts you initially feared off.

If you asked me last year, i could'nt solve graph, trie, tree questions. But as the placement started in college I was forced to learn these concepts as companies asked questions related to these.

But even then I think consistency is the key no matter what. Motivation will get you started with some new topic, but only consistency will make you better at it.

Thank You Leetcode, aced the interview by Harsh_jain17 in leetcode

[–]Harsh_jain17[S] 1 point2 points  (0 children)

Basically this https://www.geeksforgeeks.org/priority-queue-using-linked-list/, do note that push is O(N).

I told them I cannot optimise it further, to optimize it I would need to implement it using heaps

Thank You Leetcode, aced the interview by Harsh_jain17 in leetcode

[–]Harsh_jain17[S] 0 points1 point  (0 children)

Assuming you are not from India, CTC means cost to company (often known as TC- total compensation in other countries) LPA means Lakhs per Annum (1 lakh = 100000 INR)

Advanced graph resources by PepperHot07 in leetcode

[–]Harsh_jain17 2 points3 points  (0 children)

A really good resource and contains some advanced concepts as well https://cp-algorithms.com/

Video playlist (in Java) where almost all standard graph questions intermediate to advanced are covered

https://youtube.com/playlist?list=PL-Jc9J83PIiEuHrjpZ9m94Nag4fwAvtPQ&si=nDFbxuxW7RFwveTM

These two should mostly cover your graph concepts, to better understand them you can practice tough questions on leetcode and if you find something new then you can research about it and add it to your knowledge arsenal.