#codesomethingagainandagain search results
Day 84 of #codeSomethingAgainAndAgain it took me an hour to solve which means I'm learning , slow but learning .
Day 86 of #codeSomethingAgainAndAgain Recursion seems easy when we don't have to take multiple choices or when it's a easy alternative to loops .
Day 80 of #codeSomethingAgainAndAgain my D-MAT teacher started with #pushDownAutomata in which he used #stack then I thought I never solved any of stack problem , so I tried to give it a try . still continuing #recursion...
Day 78 of #codeSomethingAgainAndAgain looks like I'm breaking the records for the a person with minimum beats for any particular question .
Day 82 of #codeSomethingAgainAndAgain my MSE-II is from 10 so I have to do #DSA side wise with class Subjects.
Day 76 of #codeSomethingAgainAndAgain i just attempted #BiweeklyContest167 on #LeetCode and only solved first problem . my first logic was wrong and then I came to second one ; & I don't think that was a easy level question , it took my entire time .
Day 73 of #codeSomethingAgainAndAgain I almost forgot to tweet today , on the start of the sem I thought I would solve many questions but maintaining the switch between #Android and #DSA is not an easy task to do . I almost never did android development , its disappointing .
Day 77 of #codeSomethingAgainAndAgain did some home work and assignment and spend time on some #DSA problems .
Day 81 of #codeSomethingAgainAndAgain time and space complexity for #recursion is not an easy task to track .
Day 83 of #codeSomethingAgainAndAgain I watched a video solution for N-Queens problem. while watching it seems super easy but when I tried to solve it.....
Day 75 of #codeSomethingAgainAndAgain I've heard of #kadanesAlgorithm before but never tried to know what it is . but a question I'm trying to solve right now uses the same .
Day 85 of #codeSomethingAgainAndAgain just reviewed recursion topics again , and attempting a question.
Day 87 of #codeSomethingAgainAndAgain Practical submissions are stressful , my MSE-II starts overmorrow , and I need time for D-MAT . I still watched a tutorial for a complex recursion problem .
Day 89 of #codeSomethingAgainAndAgain solved a very easy #prefixSum problem . Now to switch gears , because tomorrow is my D-MAT test .
Day 90 of #codeSomethingAgainAndAgain I solved first two questions on today's #LeetCodeContest in 40 min , but when third problem came I was blank .
Day 74 of #codeSomethingAgainAndAgain there's a question I'm trying to solve which uses #slidingWindow & #prefixSum but I'm not getting how prefixSum is used in it .
Day 79 of #codeSomethingAgainAndAgain I'm starting #recursion today . Let's hope it won't take as much time to click as #slidingWindow did .
Day 90 of #codeSomethingAgainAndAgain I solved first two questions on today's #LeetCodeContest in 40 min , but when third problem came I was blank .
Day 89 of #codeSomethingAgainAndAgain solved a very easy #prefixSum problem . Now to switch gears , because tomorrow is my D-MAT test .
Day 85 of #codeSomethingAgainAndAgain just reviewed recursion topics again , and attempting a question.
Day 78 of #codeSomethingAgainAndAgain looks like I'm breaking the records for the a person with minimum beats for any particular question .
Day 77 of #codeSomethingAgainAndAgain did some home work and assignment and spend time on some #DSA problems .
Day 76 of #codeSomethingAgainAndAgain i just attempted #BiweeklyContest167 on #LeetCode and only solved first problem . my first logic was wrong and then I came to second one ; & I don't think that was a easy level question , it took my entire time .
Day 75 of #codeSomethingAgainAndAgain I've heard of #kadanesAlgorithm before but never tried to know what it is . but a question I'm trying to solve right now uses the same .
Day 74 of #codeSomethingAgainAndAgain there's a question I'm trying to solve which uses #slidingWindow & #prefixSum but I'm not getting how prefixSum is used in it .
Day 73 of #codeSomethingAgainAndAgain I almost forgot to tweet today , on the start of the sem I thought I would solve many questions but maintaining the switch between #Android and #DSA is not an easy task to do . I almost never did android development , its disappointing .
Day 70 of #codeSomethingAgainAndAgain spend almost day entirely for finalizing the PPT and practice for the presentation
I’m the shadow realm again again against all odds baa 🐑 ba baaahaha 🤯🤯🤯🤯🤯 Check it out my friend 🍿 The count is going crazy for real 😳 lol How’s it going for you bro are you doing okay with the #sun staring 👀received some new #light #codesomethingagainandagain recently?
Day 69 of #codeSomethingAgainAndAgain On Monday , there's an internal hackathon at my college , and I'm preparing for its presentation and for the questions the judges may ask .
Day 68 of #codeSomethingAgainAndAgain at first i was creating a new array while returning it like : "return vector<string> temp (ans.begin(), ans.end() ) ". then I learned i dont need to declare its name for returning it .
Day 67 of #codeSomethingAgainAndAgain I'm getting confused with Kotlin's naming conventions . The general rule is to use PascalCase for classes and camelCase for functions . The official guideline for Composables is also PascalCase . in cpp its simple camel_case
Day 66 of #codeSomethingAgainAndAgain I almost forgot to mark today's streak . I'm doing some practice on #PrefixSum and it's becoming my second favorite #DSA topic after #Hashing
Day 65 of #codeSomethingAgainAndAgain started trying #2DArray in #DSA , it was a random thought so might be still doing #dynamicSlidingWindow .
Day 64 of #codeSomethingAgainAndAgain spend time on DSA and video explanation of previous Contest
Day 63 of #codeSomethingAgainAndAgain I didn't had internet access for almost the entire day so just attempted some questions on GFG
Day 38 of #codeSomethingAgainAndAgain three more papers to go . I just solved this easy one to mark today's streak .
Day 50 of #codeSomethingAgainAndAgain I wanted to use #unordered_set since it's also a hashing data structure , but it didn’t work , so I had to use #unordered_map . I think HashSet is like the sidekick who can save the day but never gets the lead role 😅 .
Day 40 of #codeSomethingAgainAndAgain this one is hard , still solving it I'm not sure i will solve it completely on my own .
Day 52 of #codeSomethingAgainAndAgain this is embarrassing I'm still not getting what am i missing .
Day 43 of #codeSomethingAgainAndAgain I was trying to solve yesterday's POTD and wanted to try my own solution without #slidingWindow & here I am with the stupidest BRAINSTORMING ever....
Day 42 of #codeSomethingAgainAndAgain I wasn't feeling well today so I didn't attempt any hard problem but solved 3 easy level problems on #hashTable , and attempted a medium problem .
Day 86 of #codeSomethingAgainAndAgain Recursion seems easy when we don't have to take multiple choices or when it's a easy alternative to loops .
Day 61 of #codeSomethingAgainAndAgain solved 2 questions and will also watch #Kotlin videos , my DMAT professor had given us a massive homework of 11 problems to do , and tomorrow is the due date & I didn't even touched it yet 👍 .
Day 45 of #codeSomethingAgainAndAgain This might be the first time I was not able to code without using comments . It's my first very own Android Application ever ( not counting one I made with an app similar to WordPress ) , a simple unit converter between cm , m , and km .
Day 44 of #codeSomethingAgainAndAgain I have a subject named DMAT which have the topic of Finite Automata . Basically it is used to check any string to be accepted for some Language or not , its a mathematical way for problem solving , so i tried to code it and here I am.....
Day 68 of #codeSomethingAgainAndAgain at first i was creating a new array while returning it like : "return vector<string> temp (ans.begin(), ans.end() ) ". then I learned i dont need to declare its name for returning it .
Day 80 of #codeSomethingAgainAndAgain my D-MAT teacher started with #pushDownAutomata in which he used #stack then I thought I never solved any of stack problem , so I tried to give it a try . still continuing #recursion...
Day 84 of #codeSomethingAgainAndAgain it took me an hour to solve which means I'm learning , slow but learning .
Day 78 of #codeSomethingAgainAndAgain looks like I'm breaking the records for the a person with minimum beats for any particular question .
Day 62 of #codeSomethingAgainAndAgain I had to ask to my friend for help with the abs() part of problem , but still a hidden test case was bothering me , so I checked it after the #LeetCodeContest . I couldn't even think of that stupid silly issue in the final return statement .
Day 76 of #codeSomethingAgainAndAgain i just attempted #BiweeklyContest167 on #LeetCode and only solved first problem . my first logic was wrong and then I came to second one ; & I don't think that was a easy level question , it took my entire time .
Day 48 of #codeSomethingAgainAndAgain this one is for today , it was little similar to yesterday's problem hence got accepted in first attempt
Something went wrong.
Something went wrong.
United States Trends
- 1. ESPN Bet 1,199 posts
- 2. Good Thursday 30.5K posts
- 3. Happy Friday Eve N/A
- 4. #thursdayvibes 2,412 posts
- 5. #MichaelMovie 5,191 posts
- 6. Gremlins 3 N/A
- 7. #ThursdayThoughts 1,565 posts
- 8. #thursdaymotivation 1,529 posts
- 9. Barstool 1,311 posts
- 10. Erik Spoelstra 1,400 posts
- 11. #PutThatInYourPipe N/A
- 12. Lakers 87.7K posts
- 13. LINGORM LANNA CULTURE 447K posts
- 14. Vatican 10.7K posts
- 15. Grapefruit 1,582 posts
- 16. $APDN $0.20 Applied DNA N/A
- 17. $SENS $0.70 Senseonics CGM N/A
- 18. Unplanned 6,670 posts
- 19. Thune 24.3K posts
- 20. Captain Kangaroo 1,348 posts