Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in big-o
A homework about growth rate of function
Dec 04, 2025
function
big-o
If algorithm time complexity is theta(n^2), is it possible that for one input it will run in O(n)?
Dec 05, 2025
complexity-theory
time-complexity
big-o
Recurrence: T(n) = (2+1/log n)T(n/2)
Dec 03, 2025
algorithm
big-o
recurrence
Algorithm complexity when faced with substraction in value
Dec 04, 2025
algorithm
big-o
analysis
Count character occurrences in a substring in O(1) time with preprocessing
Dec 02, 2025
java
string
algorithm
time-complexity
big-o
Big O: O(n) of compareStrings
Dec 02, 2025
java
compare
big-o
time-complexity
Big O for 2D for loop
Dec 01, 2025
java
algorithm
big-o
How to complete this in O(1)
Nov 27, 2025
objective-c
big-o
little-o
Recursive function runtime
Nov 29, 2025
algorithm
big-o
Java - Comparing efficiency of two O(n) algorithms
Nov 28, 2025
java
performance
algorithm
linked-list
big-o
Always O(1) is better than O(n) in algorithm time complexity?
Nov 27, 2025
algorithm
performance
optimization
time-complexity
big-o
What is the time and space complexity of this algorithm?
Nov 26, 2025
java
algorithm
performance
big-o
How does heapsort's big-O runtime relate to the number of comparisons made?
Nov 26, 2025
algorithm
sorting
big-o
heapsort
What is the algorithmic efficency of findContours method implemented in OpenCV?
Nov 23, 2025
python
algorithm
opencv
image-processing
big-o
Mergesort running time BigO
Nov 22, 2025
algorithm
big-o
discrete-mathematics
mergesort
BigO bound on some pseudocode
Nov 24, 2025
algorithm
big-o
pseudocode
performance
Big O Time Complexity for Recursive Pattern
Nov 22, 2025
algorithm
recursion
time-complexity
big-o
Amortized Analysis of Splay Tree
Nov 22, 2025
algorithm
data-structures
big-o
analysis
amortized-analysis
Older Entries »