#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

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

✅ 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


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

How well do you know algorithms? What is the time complexity of binary search? Share your answer in the comments below! Let's see if you got it right! 👇 #ProgrammingQuiz #BinarySearch #TimeComplexity #RabbitTechnology

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



How can I distribute integer array elements periodically [See image for example] stackoverflow.com/questions/7523… #timecomplexity #sorting #algorithm #java #csharp
![overflow_meme's tweet image. How can I distribute integer array elements periodically [See image for example] stackoverflow.com/questions/7523… #timecomplexity #sorting #algorithm #java #csharp](https://pbs.twimg.com/media/FoAYDXKXoAAcgSQ.jpg)
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?

🔎Ever wondered why binary search is O(log n)? Let's break it down!💡@issaigita #BinarySearch #TimeComplexity #Algorithm101 #SoftwareDev #SoftwareEngineering
RT Sorting Algorithms, Part 1: Merge Sort #timecomplexity #mergesort #softwareengineering #algorithms dlvr.it/Sw5vRq

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
Day 20 – #100DaysOfDSA ⏳ Learned about Time Complexity today! 🔹 Big-O notation: O(1), O(log n), O(n), O(n²) 🔹 Why it matters: efficiency in code & interviews 🚀 Next: applying it to real problems! #DSA #TimeComplexity #CodingJourney #100DaysOfCode

⏱️ DSA Time Complexity Practice — Week 1 📍 @ Royal Technosoft 🗓️ Every Wednesday & Friday Practiced spotting time complexities in real C code: 🔹 O(n) – Single loop 🔹 O(n²) – Nested loops 🔹 O(n) (again) – Reversal logic #DSA #TimeComplexity #CProgramming #BigO #RoyalTechnosoft




Understanding time complexity isn't just about Big O notation - it's about thinking like the machine! When you optimize code, you're literally teaching computers to be smarter 🤖✨ . . #DSA #TimeComplexity #SundayLearning #AlgorithmThinking
Exploring 7 core time complexities—from O(1) (instant access) to O(n!) (all possibilities). Understanding these helps deepen your algorithm knowledge and level up your problem-solving! 👨💻✨ #TimeComplexity #LearnToCode #Algorithms ♻️ Reposting to share the knowledge!
7 must-know runtime complexities for coding interviews: 1. 𝐎(1) - 𝐂𝐨𝐧𝐬𝐭𝐚𝐧𝐭 𝐭𝐢𝐦𝐞 - The runtime doesn't change regardless of the input size. - Example: Accessing an element in an array by its index. 2. 𝐎(𝐥𝐨𝐠 𝐧) - 𝐋𝐨𝐠𝐚𝐫𝐢𝐭𝐡𝐦𝐢𝐜 𝐭𝐢𝐦𝐞 - The runtime…

🚀 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




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

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

Are financial agents rational @GiachiniDaniele #timecomplexity eventory.cc/event/time-and… @SantAnnaPisa

Marco Biancucci talks about complexity of climate change #timecomplexity by @CNRDTA ISMAR CNR @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

Computation complexity of the following matrix multiplications stackoverflow.com/questions/7467… #matrixmultiplication #fft #timecomplexity

CheatSheet of #TimeComplexity of sorting algorithms #algorithm #code #coding #competitiveprogramming #programming #100daysOfCode

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

Mathematical clock ! #timecomplexity workshop @SantAnnaPisa and @UNTGradSchool eventory.cc/event/time-and…

Something went wrong.
Something went wrong.
United States Trends
- 1. Yamamoto 48.4K posts
- 2. #DWTS 44.4K posts
- 3. halsey 9,182 posts
- 4. Growth Path 1,661 posts
- 5. #FlyTogether 2,918 posts
- 6. Young Republicans 76.8K posts
- 7. Kreider 1,319 posts
- 8. Ohtani 14.2K posts
- 9. Jared Butler N/A
- 10. #TexasHockey 3,428 posts
- 11. #MOST_WANTED_IN_CHICAGO 1,241 posts
- 12. Cuffem 2,654 posts
- 13. TOKYO NARITA N/A
- 14. #RHOSLC 4,835 posts
- 15. Jarry N/A
- 16. Lucia 63.4K posts
- 17. Will Richard 2,675 posts
- 18. Tami 4,577 posts
- 19. bush 40.5K posts
- 20. Ayton 2,517 posts