
Asif Hossain
@asifhossain_cs
Followers
23
Following
239
Media
55
Statuses
177
Full Stack Dev & Competitive Programmer ReactJS Dev @KodezenTeam || 1236 rated @Codeforces Let's connect & grow!๐ โข https://t.co/ETenrDde0p โข https://t.co/uC6b3MOEns
Sol III
Joined March 2024
Solved "Binary Tree Inorder Traversal" on LeetCode!. Used classic recursion:.- Traverse left subtree.- Visit node.- Traverse right subtree. This gives the nodes in sorted order for BSTs. Problem link: #LeetCode #BinaryTree #Coding #Graph_Theory
0
1
1
Solved "Is Graph Bipartite?" on LeetCode!. Insight:.- Used DFS with coloring.- Assign colors (+1, -1) to nodes. - If a neighbor has the same color, it's not bipartite. - Handle disconnected graphs by checking all nodes. problem: #LeetCode #GraphTheory
0
0
1
I developed a Chrome extension to easily browse and jump to your ChatGPT messages. Ideal for anyone who needs to review past messages quickly . ๐ GitHub link: . Iโd love to hear your thoughts & suggestions for improvements!. #ChromeExtension #ChatGPT
0
0
1
RT @aBlocksTeam: ๐ Turn your Figma designs into stunning websites with aBlocks! ๐จโจ Copy & paste typography, colors, shadows, and strokes frโฆ.
0
8
0
RT @thdxr: nextjs gets 400 req/s when rendering a hello world. this is 170x slower than rendering the same thing with pure react https://t.โฆ.
0
115
0
Check out my Gig on Fiverr: help you build your project in mern stack
fiverr.com
For only $80, Asif0002 will help you build your project in mern stack. | Who am I?I'm a MERN stack developer, specializing in ๐ฅ๐ฒ๐ฎ๐ฐ๐.๐ท๐, ๐๐ฎ๐๐ฎ๐ฆ๐ฐ๐ฟ๐ถ๐ฝ๐ and ๐ง๐ฎ๐ถ๐น๐๐ถ๐ป๐ฑ๐๐ฆ๐ฆ, and...
0
0
0
Hey everyone!!. Happy to announce that I just achieved #LeetCode 50 Days Badge 2024. #100DaysOfCode #ProblemSolving #LearnInPublic #DSA #connect #buildinpublic
5
0
8
#Day40๐คฉof #100daysofcoding . Solved today's #Leetcode problem "1598. Crawler Log Folder" in O(n) time complexity. here is the solution: #ProblemSolving #100DaysOfCode #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
1
0
5
#Day39 of #100daysofcoding . Solved today's #Leetcode problem "1701. Average Waiting Time" in O(n) time complexity. here is the solution: #ProblemSolving #100DaysOfCode #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
1
0
5
#Day38 of #100daysofcoding . Today's #Leetcode problem "1823. Find the Winner of the Circular Game" . solved it in O(k * n) time complexity. solution is easy as the k & n can be max 500. #ProblemSolving #100DaysOfCode #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
2
0
5
#Day37 of #100daysofcoding . "1518. Water Bottles" - today's #Leetcode problem was another easy one. "Consistency is the key, See you tomorrow". #ProblemSolving #100DaysOfCode #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
1
0
5
#Day36 of #100daysofcoding . "2582. Pass the Pillow" - today's #Leetcode problem was an easy one. solved it in O(1) time & space complexity. #ProblemSolving #100DaysOfCode #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
3
0
4
#Day35 of #100DaysOfCode. Solved today's #Leetcode LinkedList problem. here is my O(n) solution. Seems like there will be more frequent LinkedList problem.It felt easy after solving yesterday's problem. #ProblemSolving #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp
3
0
10
#Day34 of #100DaysOfCode. Solved today's #Leetcode problem "2181. Merge Nodes in Between Zeros". Solved a linked list problem after a long time. here is my O(n) solution. #ProblemSolving #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp #100DaysOfCodingChallenge
0
0
4
RT @theprayagtiwari: No bro, these are not 'beautiful memories.' We did this because of a lack of money, space, and electricity. We did allโฆ.
0
913
0
New Chapter Ahead!!!. Excited to share that I got an offer letter from Kodezen to join as a React Intern Developer! . A huge thank you to @KodezenTeam for this amazing opportunity. Can't wait to start on July 07, 2024! . #ReactDeveloper #Kodezen #Internship.
0
0
0
#Day33 of #100DaysOfCode.Solved today's #Leetcode problem "1509. Minimum Difference Between Largest and Smallest Value in Three Moves". here is my O(n log n) solution. #ProblemSolving #LearnInPublic #DSA #connect #letsconnect #buildinpublic #cpp #100DaysOfCodingChallenge
2
0
7
#Day32 of #100DaysOfCode. Here is my O( n logn + m log m ) solution for today's #LeetCode challenge "350. Intersection of Two Arrays II" . take the min frequency from both arrays & insert them in solution. #ProblemSolving #LearnInPublic #DSA #connect #letsconnect #buildinpublic
1
0
7