Harsh Sojitra
@Harsh_not_harsh
Followers
115
Following
911
Media
31
Statuses
55
Joined October 2024
Go functions can return multiple values 😲 Example: func swap(a, b string) (string, string) { return b, a } x, y := swap("hello", "world") // x="world", y="hello"
0
0
0
0
0
33
“Do not wait to strike till the iron is hot; but make it hot by striking.” – William Butler Yeats #LeetCode #CodingMotivation #100DaysOfCode
4
0
76
“Success usually comes to those who are too busy to be looking for it.” – Henry David Thoreau #CodeWithPassion #LeetCode #100DaysOfCode
0
1
28
“The best time to plant a tree was 20 years ago. The second-best time is now.” – Chinese Proverb #KeepMoving #LeetCode #CodingJourney
0
1
41
Today's #LeetCode challenge tackled! 🚀 Problem: Make String a Subsequence Using Cyclic Increments ✅ Solved using a two-pointer approach in C++ for efficient complexity. #Coding #100DaysOfCode #LeetCodeDaily
1
0
17
“Happiness is the key to success. When you love what you do, success follows naturally.” – Albert Schweitzer #KeepMoving #LeetCode #CodingJourney
0
0
23
Today's #LeetCode challenge tackled! 🚀 Problem: Check If N and Its Double Exist ✅ Efficiently solved using unordered_set in C++ for O(n) complexity. #Coding #100DaysOfCode
1
0
19
“Life is like riding a bicycle. To keep your balance you must keep moving.” – Albert Einstein #LeetCode #CodingJourney #KeepGoing
0
0
25
"Success is not final, failure is not fatal: It is the courage to continue that counts." - Winston Churchill #LeetCode #CodingJourney #KeepPushing
1
0
22
Got a React interview tomorrow! What are some must-know React questions to prep for? Drop your suggestions below! 🙏 #ReactJS #InterviewPrep #CodingInterview
1
1
5
‘Act as if what you do makes a difference. It does.’ – William James
1
0
19
0
0
18
‘The journey of a thousand miles begins with a single step.’ – Lao Tzu #LeetCode #KeepGrinding #CodingLife
2
1
31
‘Success is no accident. It is hard work, perseverance, learning, and love for what you are doing.’ – Pelé #LeetCode #CodingJourney #NeverGiveUp
0
0
11