asifhossain_cs Profile Banner
Asif Hossain Profile
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
Don't wanna be here? Send us removal request.
@asifhossain_cs
Asif Hossain
2 days
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
Tweet media one
0
1
1
@asifhossain_cs
Asif Hossain
2 days
Solved LeetCode "Word Search"!.Used DFS with backtracking:.- For each cell, try to match the word recursively in 4 directions.- Mark visited cells in-place (with #) to avoid revisiting.- Restore cell with backtracking. problem: #LeetCode #Coding #DFS
Tweet media one
0
0
2
@asifhossain_cs
Asif Hossain
3 days
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
Tweet media one
0
0
1
@asifhossain_cs
Asif Hossain
2 months
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
@asifhossain_cs
Asif Hossain
11 months
RT @aBlocksTeam: ๐Ÿš€ Turn your Figma designs into stunning websites with aBlocks! ๐ŸŽจโœจ Copy & paste typography, colors, shadows, and strokes frโ€ฆ.
0
8
0
@asifhossain_cs
Asif Hossain
11 months
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
@asifhossain_cs
Asif Hossain
1 year
Hey everyone!!. Happy to announce that I just achieved #LeetCode 50 Days Badge 2024. #100DaysOfCode #ProblemSolving #LearnInPublic #DSA #connect #buildinpublic
Tweet media one
5
0
8
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
1
0
5
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
1
0
5
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
2
0
5
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
1
0
5
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
3
0
4
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
3
0
10
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
0
0
4
@asifhossain_cs
Asif Hossain
1 year
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
@asifhossain_cs
Asif Hossain
1 year
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
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
2
0
7
@asifhossain_cs
Asif Hossain
1 year
Why getting a remote internship is so tough!!! ๐Ÿ˜ฉ๐Ÿ˜ฉ. so many requirements just for an internship ๐Ÿฅฒ.
1
0
1
@asifhossain_cs
Asif Hossain
1 year
#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
Tweet media one
1
0
7