#timecomplexity نتائج البحث
🚀 Today I’m diving into Time Complexity in Recursion — breaking down problems step by step, and analyzing how fast (or slow 😅) the code runs. #CodingJourney #Recursion #TimeComplexity @rohit_negi9 #100DaysOfCode
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
What I Accomplished Today: ✅ DSA Practice: Solved 2 array-based questions from the Love Babbar DSA sheet 🔥 1. Search in rotated sorted array. (leetcode - 33) 2. Find pivot index in a rotational array using binary search O(logn) (leetcode - 724) #TimeComplexity #SpaceComplexity
🚀 Day 69: Introduction to Time and Space Complexity 🚀 📊 Started learning about Time and Space Complexity ⏳ Explored Time Complexity and its importance ⚡ Discussed Constant Time Complexity and its scenarios #TimeComplexity #ProblemSolving #100DaysOfCode #Tech
✅ Completed Lecture 24/69 of @kunalstwt’s DSA Bootcamp: Time & Space Complexity ⏱💾 • Introduction with Examples • Time Complexity Basics • Big-O, Omega, Theta • Little-O & Little-Omega • Space Complexity Overview #DSAwithKunal #LearnInPublic #TimeComplexity #BigO
Just going with Get() in DSA & it's not working 😂 May be a minimal error I am not able to find it.😂 #DSA #letsconnect #timecomplexity #Abdulbari #LearnInPublic
Me trying to wrap my head around time complexity today like: Is it bad if my code takes longer to understand than to run? Asking for a friend... #TimeComplexity #coding #javascript Help a newbie out! What are your favorite tips for optimizing code and making it run faster?
"Dived deep into time complexity today! 📊 From O(1) to O(n!), I finally get how each works and impacts performance. Next stop: optimizing algorithms! 💡 #TimeComplexity #Algorithms #BigO #CodingLife #LearnToCode"
"Day 9: DSA Learning - Time & Space Complexity ⏱️💻 Learned to analyze algorithms' efficiency! 📊 Mastering Big O notation & optimizing code for better performance! 🚀 #DSA #TimeComplexity #SpaceComplexity" thnkuuu @akshaymarch7
And yesterday we wrapped up the time and space complexity sessions. We will start with Mathematics for DSA and solve problems related to it starting Saturday. #dsa #timeComplexity #spaceComplexity #asymptoticNotations
What a great discussion on calculating complexities we had today! Our problem-solving faces and the problem. We'll be meeting again on thursday to dive further and move to space complexities #dsa #timeComplexity #maths
I used two pointer approach in so many interviews. The two pointer approach is popular technique used to solve various problems efficiently #programming #programminghelp #Timecomplexity
How can I distribute integer array elements periodically [See image for example] stackoverflow.com/questions/7523… #timecomplexity #sorting #algorithm #java #csharp
5/10 (Matrix Ka Fayda: O(1) Check!) Is "Register" (Matrix) ka sabse bada fayda? Speed! Agar aapko check karna hai, "Kya Node 2 aur 4 connected hain?", aap seedha Table[2][4] par jaakar check kar sakte ho. Isme time lagta hai O(1). Superfast! #BigO #TimeComplexity
8/10 (Speed Ki Baat - O(log n)) Heap mein ek naya element daalna (Insert) ya sabse high-priority element ko nikalna (Delete) - dono hi kaam bahut fast hote hain. Time lagta hai O(log n). Super efficient! #BigO #TimeComplexity
7/10 (The Magic of O(log n)) Is "problem ko aadha karte jaane" ki wajah se, BST mein searching ki time complexity O(log n) hoti hai. Yeh O(n) (poori list check karna) se bahut zyada fast hai. 10 lakh items mein bhi kuch hi steps mein search poori! #BigO #TimeComplexity
8/10 (Speed Ki Guarantee - O(1)) Stack ki tarah hi, Queue bhi speed ke maamle mein champion hai. Line mein naya item jodna (Enqueue) aur sabse purana item nikalna (Dequeue), dono hi kaam O(1) time mein hote hain. Matlab, super-duper fast! #BigO #TimeComplexity
8/10 (Speed Ki Baat - O(1)) Stack ki sabse acchi baat? PUSH aur POP dono operations bijli ki speed se hote hain - O(1)! Isse fark nahi padta ki stack mein 10 items hain ya 10 lakh. Speed wahi rehti hai. Superfast! #BigO #TimeComplexity
Tweet 5/10 (Time Complexity - Access) Easy Trick: Array se koi bhi element nikalna (access karna) hamesha super-fast hota hai, chahe array kitna bhi bada ho. Iski time complexity hoti hai O(1) - yaani constant time. Isliye ise "Random Access" kehte hain. #BigO #TimeComplexity
Just finished the Time & Space Complexity lecture from Kunal Kushwha’s DSA playlist. One step closer to writing cleaner, smarter Java code #DSA #KunalKushwaha #TimeComplexity #SpaceComplexity #Java #BigO #CodingJourney #100DaysOfCode #DevCommunity #StudentLife @kunalstwt
this feeling is so overwhelming... i, myself converted my own written #code of #BigO(n²) #timeComplexity to #BigO(n)!! #AdityaDairies @LeetCode @engr_aadii
⚡Day-12 of DSA with Apna College! Learning time & space complexity to write smarter, faster code. ✅📈 ☘️Every O(n) and O(log n) matters for scaling! #DSA #ApnaCollege #TimeComplexity #CodeOptimization #LearnToCode
Day 35 of #100DaysOfCode Completed time and space complexity with written notes, practiced related questions, and continued working on my project. #DSA #TimeComplexity #SpaceComplexity #ProblemSolving #Notes #Practice #LearningInPublic
🚀 Today I’m diving into Time Complexity in Recursion — breaking down problems step by step, and analyzing how fast (or slow 😅) the code runs. #CodingJourney #Recursion #TimeComplexity @rohit_negi9 #100DaysOfCode
Code running in time complexity of n to the power 2 is too inefficient compared to nlogn which is inefficient compared to n.always consider your code also as significant factor in addition the efficient hardware where it’s going to be run #algorithm #efficiency #timecomplexity
🚀 Today I’m diving into Time Complexity in Recursion — breaking down problems step by step, and analyzing how fast (or slow 😅) the code runs. #CodingJourney #Recursion #TimeComplexity @rohit_negi9 #100DaysOfCode
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
CheatSheet of #TimeComplexity of sorting algorithms #algorithm #code #coding #competitiveprogramming #programming #100daysOfCode
What is the meaning of round complexity in distributed network algorithms stackoverflow.com/questions/6921… #distributedcomputing #timecomplexity
answers concerning question on big o notation? stackoverflow.com/questions/7181… #bigo #timecomplexity #datastructures #computerscience #math
Computation complexity of the following matrix multiplications stackoverflow.com/questions/7467… #matrixmultiplication #fft #timecomplexity
Marco Biancucci talks about complexity of climate change #timecomplexity by @CNRDTA ISMAR CNR @SantAnnaPisa
Difference From Runtime 737 ms to 15ms and Space (151.8MB to 57.1 MB) is too costly for me Optimized My Previous Year's Approach With My Consistency and Skills #Learning #DSA #timecomplexity #complexity
Are financial agents rational @GiachiniDaniele #timecomplexity eventory.cc/event/time-and… @SantAnnaPisa
🚀 Day 69: Introduction to Time and Space Complexity 🚀 📊 Started learning about Time and Space Complexity ⏳ Explored Time Complexity and its importance ⚡ Discussed Constant Time Complexity and its scenarios #TimeComplexity #ProblemSolving #100DaysOfCode #Tech
Just going with Get() in DSA & it's not working 😂 May be a minimal error I am not able to find it.😂 #DSA #letsconnect #timecomplexity #Abdulbari #LearnInPublic
Time complexity of accessing pyspark.sql Row object stackoverflow.com/questions/6907… #python #timecomplexity #pyspark
Vertical Level Order Traversal of Binary Tree stackoverflow.com/questions/7178… #tree #traversal #timecomplexity #binarytree #datastructures
What is the Time Complexity of this java recursive function? stackoverflow.com/questions/6903… #recursion #timecomplexity #java
How do I check if an array includes a value in JavaScript? stackoverflow.com/questions/2371… #timecomplexity #arrays #algorithm #javascript #javascriptobjects
Something went wrong.
Something went wrong.
United States Trends
- 1. Jayden Daniels 22.9K posts
- 2. Dan Quinn 6,759 posts
- 3. Seahawks 37.2K posts
- 4. Sam Darnold 14.7K posts
- 5. Commanders 49.2K posts
- 6. Jake LaRavia 4,917 posts
- 7. #RaiseHail 8,694 posts
- 8. jungkook 574K posts
- 9. Bronny 13.8K posts
- 10. Marcus Smart 3,260 posts
- 11. #BaddiesAfricaReunion 5,914 posts
- 12. Joe Whitt 2,234 posts
- 13. 60 Minutes 69.5K posts
- 14. #RHOP 6,672 posts
- 15. Jovic 1,058 posts
- 16. Ware 4,987 posts
- 17. Jaxson Hayes 3,029 posts
- 18. Lattimore 2,526 posts
- 19. Larson 20.4K posts
- 20. Chiefs 73.8K posts