aguea asia
Filter
Retweets
Media
Videos
News
Verified
Native videos
Replies
Links
Images
Safe
Quotes
Pro videos
Exclude
Retweets
Media
Videos
News
Verified
Native videos
Replies
Links
Images
Safe
Quotes
Pro videos
Time range
-
Near
Users
Tweets
daniel
@dancjj
May 4
2hrs deep in Python loops 30 new vocab (tech terms)! Brain full, progress real.
#CodeJourney
#StudyGram
1
1
22
Furqan 💻
@Ibitola63
Apr 1
One thing I’ve learned so far: Coding is just solving one problem… after another 😭
#CodeJourney
#JavaScript
2
25
Furqan 💻
@Ibitola63
Mar 31
Has this ever happened to you? You struggle with a bug for hours… Then suddenly it works like magic 😭
#CodeJourney
#WebDevelopment
2
15
186
SOURABH GUPTA
@SOURABHGUP91601
Mar 12
Day 14 and 15 Java series
@CoderArmy
Today I covered Call by Value and Static concepts. ✅ Call by value vs reference ✅ Shallow vs deep copy ✅ static keyword, methods & block ✅ final keyword & static final
#Java
#100DaysOfCode
#CodeJourney
2
11
241
Mayank Kumar
@MayankK53059499
Jan 31
#day101
of DSA Solved problem 139 of leetcode word break A problem that checks DP recursion deep understanding simultaneously must do problem Github
github.com/MA1ya1nk/Leetcode…
join me
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
4
56
Mayank Kumar
@MayankK53059499
Jan 30
#day100
of DSA Solved problem 216 of leetcode combination sum-iii. solved by normal take, not take element, a recursion solution with 100%. Github :
github.com/MA1ya1nk/Leetcode…
join me
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
2
5
126
Mayank Kumar
@MayankK53059499
Jan 29
#day99
of DSA Solved problem 127 of leetcode word ladder a classic problem using graph technique. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
4
42
Mayank Kumar
@MayankK53059499
Jan 26
#day96
of DSA Solved a problem 81 of leetcode. search in sorted rotated array was easy but its second part is difficult Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
3
26
Mayank Kumar
@MayankK53059499
Jan 25
#day95
of DSA Solved a problem 210 of leetcode. A graph couse schedule-II, solved using kahn's algorithm. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
1
3
29
Mayank Kumar
@MayankK53059499
Jan 24
#day94
of DSA Solved a problem 221 of leetcode. An array problem of maximal square. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
1
3
55
Mayank Kumar
@MayankK53059499
Jan 23
#day93
of DSA Solved a problem 328 of leetcode. A linked list medium problem solved with 100% faster solution. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
3
26
Mayank Kumar
@MayankK53059499
Jan 22
#day92
of DSA Solved a problem 160 of leetcode. A linked list problem brute map solution was easy but optimization took time. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodeJourney
3
25
Mayank Kumar
@MayankK53059499
Jan 21
#day91
of DSA Solved 560,54,48 of leetcode medium array problems with 100% user beat. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
1
5
27
Pardy Panda Studios
@PardyPanda
Jan 21
Share with your friends😅👨💻 Follow Pardy Panda Studios for more such memes @pardy_panda_studios .
#CodingMemes
#ProgrammingLife
#WebDevelopment
#CodeLove
#DeveloperHumor
#CodingJokes
#TechMemes
#SoftwareEngineering
#CodingLife
#DevLife
#CodeJourney
#DebuggingLife
#DeveloperDiarie
0:36
1
2
33
Mayank Kumar
@MayankK53059499
Jan 20
#day90
of DSA Solved a problem 354 of leetcode most hectic problem till today, took more than 5 hours. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
1
3
27
Mayank Kumar
@MayankK53059499
Jan 18
#day89
of DSA Solved a problem 787 of leetcode beating 100% user. an excellent usecase of dijkstra algo Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
6
32
Mayank Kumar
@MayankK53059499
Jan 17
#day88
of DSA Solved a problem 1334 of leetcode. solved by both dijkstra and floyd warshall. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
1
6
54
Mayank Kumar
@MayankK53059499
Jan 16
#day87
of DSA Solved a problem 43 of leetcode String multiplication. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
1
5
38
Mayank Kumar
@MayankK53059499
Jan 15
#day86
of DSA Solved a problem 846 of leetcode Hand of straights using sorting and finding its succesor Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
4
27
Mayank Kumar
@MayankK53059499
Jan 14
#day85
of DSA Solved a problem 215 of leetcode. Kth largest element in an array using minHeap. Github :
github.com/MA1ya1nk/Leetcode…
join me in my journey Follow
#100DaysOfCode
#BuildInPublic
#problemSolving
#Consistency
#CodingChallenge
#LeetCode
#CodingPractice
#CodeJourney
4
25
Load more