Explore tweets tagged as #timecomplexity
Big-O made simple 🚀 This visualizer shows exactly how different time complexities grow from the blazing-fast O(1) to the painfully slow O(2ⁿ). Follow for more @codecraftzoneofficial 👨💻✨ #bigO #timecomplexity #dsa #codingtips #computerscience #programming #javascript #webdev
0
1
1
Solved LeetCode Q48 - Rotate Image😃 Approach: Step 1: Transpose the Matrix Step 2: Reverse Each Row TimeComplexity - O(N2)
1
0
5
1
0
8
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
timecomplexity denilen şey başlı başına bir orospu çocuğu uydurmasıdır biat etmeyin arkadaşlar bizim kodumuz sonuna kadar doğru yoksa gerçek hayatta karşınıza böyle orospu çocuğu uydurması caseler çıkmayacak (akademisyen olsaydım dsada öğrencilerime yapacağım konusma)
1
0
11
🚀 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
🔎Ever wondered why binary search is O(log n)? Let's break it down!💡@issaigita #BinarySearch #TimeComplexity #Algorithm101 #SoftwareDev #SoftwareEngineering
0
1
3
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
0
0
1
A graphical view of O(n)^6 vs O(n)^2 😀 #Engineering #softwaredevelopment #A7ALABS #timecomplexity #runtime #optimization
0
0
4
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
0
0
1
#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
#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
🚀 Day 99/100 of #100DaysOfCodingChallenge. 1822. Sign of the Product of an Array 204. Count Primes #CodingChallenge #DSA #JavaProgramming #SieveOfEratosthenes #LeetCode #ProblemSolving #CodeNewbie #SoftwareEngineering #PlacementPrep #BigONotation #TimeComplexity #LearnToCode
1
0
12
0
0
0
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?
0
0
0
#Day17 of #100DaysOfDSA Topics and Learnings: #MooreVotingAlgorithm, #TimeComplexity, #SpaceComplexity, #Optimisation, #EdgeCases Problems Solved: 35. #LeetCode #229 : Majority Elements II Used Moore's Voting Algorithm to solve in O(N) Time and O(1) space
0
0
5