#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

badshahrock7's tweet image. 🚀 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

Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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

Saqib_2002's tweet image. 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

pankajsharma81_'s tweet image. 🚀 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

NitinCodes1's tweet image. 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

Kushal_Koradia's tweet image. ✅ 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
Kushal_Koradia's tweet image. ✅ 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

WomenAlgoCrew's tweet image. 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

tecrabbit1's tweet image. 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

WomenAlgoCrew's tweet image. 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
WomenAlgoCrew's tweet image. 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
WomenAlgoCrew's tweet image. 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

One of the best wallpaper for dsa learners... do use this #DSA #SoftwareDevelopment #timecomplexity

SaadJam0106's tweet image. One of the best wallpaper for dsa learners... do use this

#DSA #SoftwareDevelopment  #timecomplexity

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

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?

theRealOmarDev's tweet image. 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


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

Prakhar_SH100's tweet image. 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

engr_aadii's tweet image. this feeling is so overwhelming... i, myself converted my own written #code of #BigO(n²) #timeComplexity to #BigO(n)!!

#AdityaDairies @LeetCode @engr_aadii
engr_aadii's tweet image. 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

Shani_shah90's tweet image. ⚡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

badshahrock7's tweet image. 🚀 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

AIDev_Sumit's tweet image. 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

Maharshi332318's tweet image. ⏱️ 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
Maharshi332318's tweet image. ⏱️ 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
Maharshi332318's tweet image. ⏱️ 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
Maharshi332318's tweet image. ⏱️ 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…

ashishps_1's tweet image. 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

badshahrock7's tweet image. 🚀 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

Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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
Suryansh777777's tweet image. 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

er_sujal_sharma's tweet image. 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

Marco Biancucci talks about complexity of climate change #timecomplexity by @CNRDTA ISMAR CNR @SantAnnaPisa

fabiofxvanni's tweet image. 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

pankajsharma81_'s tweet image. 🚀 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

NitinCodes1's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends