Explore tweets tagged as #TimeComplexity
#Day12 of my DSA with C++ journey 🚀.Dived into the fundamentals of Time & Space Complexity today 📊. 🔹 Big-O, Big-Ω & Big-Θ Notations.🔹 Best, Worst & Average Case.🔹 Why Optimization Matters ⚡. #DSA #CPP #100DaysOfCode #CodingJourney #TimeComplexity #AbdullahAtif #coding
0
0
4
Hey!.Today I'm continuing my DSA journey, and the topic I'm studying is Time & Space Complexity. Honestly, I'm struggling to stay consistent, but I'm still trying. Any tips for stay consistent . I'd love to hear your thoughts!🙌.#DSA #LearningJourney #Coding #TimeComplexity #java
0
0
1
🚀 Day 358 of Code 🚀. Solved:. ✅ 3201. Find the Maximum Length of Valid Subsequence I. #Day358 #LeetCode #DSA #Greedy #TimeComplexity #Optimization #Subsequence #ProblemSolving #100DaysOfCode
0
0
18
Goodmorning #xlearners .Take the first step in faith. You don't have to see the whole staircase, just take the first step. #machinelearning #datascience #timecomplexity
0
0
1
📊 Mastering DSA starts with knowing the fundamentals. Here’s a quick glance at the time complexities of common data structures.#DSA #BigO #DataStructures #TimeComplexity #CodingLife #TechTwitter #100DaysOfCode #CodeNewbie #Java #LeetCode #DevCommunity #BuildInPublic
2
0
7
Day 4: DSA in JavaScript 🔁.✔️ Practiced for & while loops.✔️ Solved loop-based logic questions.✔️ Learned time complexity:. • O(n) → Single loop. • O(n²) → Nested loops.Writing cleaner & faster code every day! 🚀.#DSAinJS #JavaScript #100DaysOfCode #TimeComplexity #WebDev
4
0
23
#DailyUpdate | July 2nd.📌 Continued solving DSA questions nd.📘 Focused on understanding Time Complexity concepts:.#DSA #TimeComplexity #Coding #StriversSheet
2
0
46
#DailyUpdate | July 16th. 📘 Revisited core concepts of OOPs and Time Complexity.🧠 Focused on understanding principles like abstraction, inheritance & efficiency analysis. #DSA #OOPs #TimeComplexity #Coding
0
0
5
Unlocking the secrets of efficiency: Time and space complexity demystified! Join me as we dive into the world of algorithmic performance, optimizing time and space resources for blazing-fast code. Let's level up our programming game together! ⚡️#TimeComplexity #SpaceComplexity
0
0
1
The World of Algorithms and Data Structures! 🌐 #LeetCode #Algorithm #CodingChallenge #DataStructures #TimeComplexity
1
1
1
#Optimized #LC 350 (#Intersection of Two Arrays II) by #leveraging fixed input #constraints (0 <= nums[i] <= 1000) to use a static array #instead of a hashmap. #Achieved 1ms runtime, #beating 98.21% 🚀.#LeetCode #Java #Algorithms #TimeComplexity #Hashing
0
0
6
Faced two hidden edge cases and hit #TLE before optimizing with frequency arrays and modular arithmetic. Final O(26 * t) pass got it accepted. Problem: LC 3335 💡.#LeetCode #Java #Algorithms #TimeComplexity #ModularArithmetic
0
0
5