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 algorithm
How to reduce multivariate boolean expressions
Sep 23, 2025
algorithm
logic
boolean-logic
symbolic-math
modular-arithmetic
Optimize reverse polygon with edge attributes
Sep 23, 2025
c++
algorithm
polygon
How to find the xth decibinary number?
Sep 21, 2025
algorithm
dynamic-programming
number-systems
Calculating 3^3^3^3 (very large exponent / how did Wolfram do it?)
Sep 23, 2025
algorithm
math
largenumber
wolframalpha
Give the result string provided minimum number of parenthesis addition done to make string balanced
Sep 22, 2025
string
algorithm
data-structures
stack
dynamic-programming
Efficient algorithm that returns a list of unique lists given a list of of lists as input
Sep 21, 2025
python
list
algorithm
performance
data-structures
Dijkstra's algorithm question
Sep 22, 2025
c++
algorithm
graph-theory
Why does regex ^(?:a+)+$ causes catastrophic backtracking?
Sep 23, 2025
regex
algorithm
Algorithm to compare people names to detect identicalness
Sep 22, 2025
java
algorithm
synchronization
addressbook
what is exactly meaning the formula n/2^h+1 in heap?
Sep 23, 2025
algorithm
How do I add finishing times for iterative depth-first search?
Sep 23, 2025
python
algorithm
graph-theory
depth-first-search
What is the complexity of running a loop twice of the same input array?
Sep 23, 2025
algorithm
time-complexity
asymptotic-complexity
Find all possible combinations of numbers to reach a given sum without a given set of numbers (Java) [closed]
Sep 21, 2025
java
algorithm
math
combinations
In python, why string.count() is faster than loop?
Sep 22, 2025
python
algorithm
Why naive primality test algorithm is not polynomial
Sep 22, 2025
algorithm
time-complexity
How does complexity get reduced to O(n^2) from O(2^n) in case of memoization?
Sep 22, 2025
algorithm
dynamic-programming
Algorithm for connecting points in a graph with curved lines
Sep 22, 2025
algorithm
math
graph
Older Entries »