
Avinash Sharma
@_AvinashSharma_
Followers
37
Following
209
Media
267
Statuses
325
Ex-Intern@OpenLearningExchange || App Developer π±|| GSSoC'24 || Hacktoberfest'24 || C/C++ || DSA || CP || Kotlin || Firebase
Joined October 2023
Hey devs! Think your GitHub profile is hotter than my morning coffee? βπ₯.Drop the link below π β if Iβm impressed, Iβll hit that follow button. If notβ¦ well, you owe me a follow.
0
0
5
GitHub has been my go-to for coding inspiration lately. Whatβs one project on your profile youβre super proud of? Share below! π» #CodingLife
0
0
2
Just received this awesome Kotlin Multiplatform Contest T-shirt from @jetbrains !.Honored to be among the selected participants π.Big thanks to the @kotlinconf team.Special shoutout to @Belosnegova for the smooth delivery! π.#Kotlin #KotlinConf2025 #JetBrains #AndroidDev
2
0
7
π Challenge Completed! π.I finally received my reward bag from #gfg160 by @geeksforgeeks! This journey was all about dedication, growth, and pushing boundaries in my coding skills. Remember: Consistency is key! Keep coding, keep growing. ππ». #GeeksForGeeks #gfg160
0
0
3
Day 98: Stock Span Problem β
.Use monotonic stack to efficiently find the stock span for each day. @geeksforgeeks . #gfg160 #GeeksForGeeks
0
0
0
Day 97: Next Greater Element β
.Use monotonic stack to find the next greater element for each number in O(N). @geeksforgeeks . #gfg160 #GeeksForGeeks
0
0
0
Day 96: Longest Valid Parentheses β
.Use stack to track valid parentheses and find the longest length. @geeksforgeeks . #gfg160 #GeeksForGeeks π
0
0
0
Day 95: Parenthesis Checker β
.Use a stack to match brackets. If all pairs are valid, it's balanced; otherwise, it's not. @geeksforgeeks . #gfg160 #GeeksForGeeks π
0
0
1
Day 93: Solved Merge K Sorted Linked Lists πβ¨. Used Min-Heap (Priority Queue) to efficiently merge K sorted linked lists into a single sorted list. @geeksforgeeks . #gfg160 #GeeksForGeeks
0
0
0
Day 92: Solved K Closest Points to Origin πβ¨. Used Max-Heap (Priority Queue) to efficiently find the K closest points to the origin based on Euclidean distance. @geeksforgeeks . #gfg160 #GeeksForGeeks
0
0
1
Day 91: Solved K Largest Elements π’π₯. Learned how to efficiently find the K largest elements in an array using a Min-Heap (Priority Queue) for optimal performance. @geeksforgeeks . #PriorityQueue #gfg160 #GeeksForGeeks
0
0
0
Day 90: Solved Serialize and Deserialize a Binary Tree π³ππ. Learned how to efficiently convert a tree into a string (serialization) and reconstruct it back (deserialization) using BFS (Level Order Traversal). @geeksforgeeks . #gfg160 #GeeksForGeeks
0
0
0