고정된 트윗
Shilendra Singh
491 posts

Shilendra Singh
@Shilendra_dev
22/Engineer | building do'desk - https://t.co/cHfGadwhOA
Rajasthan 가입일 Kasım 2023
289 팔로잉215 팔로워

Anyone searching for Backend #internship with stipend 25k-35k/month ?
English

❓DSA #287 - Requirements needed to construct a unique BT
✅Solution - This was a conceptual question. Lets say if you have inorder, preorder and post order, what will give a unique BT? Only one of them can't. We need two of them. Check this out:
- Pre-Order: Gives guarantees the location of root node
- Inorder: Gives us left and right subtrees (if we can figure out root)
- Post-Order: Gives guarantees the location of root node
This means any traversal in combination with inorder can give us a unique BT.
#dsa

English

I have a different take, Industry is moving pretty fastly, if you don't do development now, you wont get placed. Right now leaving the top MNCs, no good companies are hiring the 'DSA Experts', they need good developers.
I will say you have time, do 3-4 DSA problems daily, and dedicate all left time to development
English

@salujamehak5 Hahaha luck? Only people who have worked hard becomes “lucky”
English

I asked for advice and people be like, luck matters, wtf is this 😭
Mehak Saluja@salujamehak5
Seeing final-year students struggle so much to get placed gives me a different kind of anxiety. Next year I’ll also be in my final year. So, to all the 4th-year students out there, please share some advice for a 3rd-year student like me. 🥲
English

Just came across this comment for second year students!
Realized more or less after first year it's all same
Mehak Saluja@salujamehak5
@Aditya989746994 Filhal toh I will say, Do DSA daily Build some good projects Learn something daily Share online and be active on different social media related to your field
English

hahaha i am no 'sir' kavya, a good project is one that shows that you solved a very complex problem. It should not be what everyone is building or a tutorial follow up (like ecom site etc etc).
When someone sees it, they should feel like its not 'just a project', its a 'product' ready to be used by thousands of users.
There is no problem in developing what's already made, like a linear clone, google meet, etc, just it should be a very polished product.
English

@Shilendra_dev @salujamehak5 Sir, what are some key elements to be included for a good project
English

❓ DSA #284 - Print all nodes at a distance of K in BT
✅ Solution - Did a BFS , Created a map to store parent and nodes, so that we can travel left, right, parent.
Did BFS again maintaining a visited hashSet, did node->left, node->right, node->parent, Distance incremental. When distance = K, all the elements in the queue are our answer.
#DSA

English

❓ DSA #283 - Maximum Width of BT
✅ Solution - Did a BFS (Level Order), Created custom data structure Pair(TreeNode, Index), while traversing on BT i added actual index of every node. 0 based indexing.
At every level iteration i determine if its the first element of the level, store it in 'first', if its the last element of the level, store it in 'last'.
In the end 'ANS = MaxOf(ANS, last-first+1);
#DSA

English

Sick of not getting any replies from companies, have applied to more than 100 now.
Anyone here can tell how can I get an internship
#webdev

English

@____protagonist And well mail is just for the picture, i apply on all the platforms, get assignments, do submit it on time, no replies.. thats what i am actually sick of
English

@Shilendra_dev If I ever see this email, i would not even be willing to check the resume, it's not your skills but show curiosity and try to show some interest or willingness to join, and showcase what challenges or projects you did
English

@____protagonist Isnt that what resume have ? Its like typing your resume again in the mail
English

#Buildinpublic - Creating codeginie: OpenSource AI coding agent
Codeginie AI agent status - Have built a working AI agent that can help you create projects.
#webdev
English








