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
Computing the binomial coefficient in C
Jul 15, 2022
c
algorithm
Guess the String given Random Triplets
Apr 23, 2021
algorithm
How to compute Discrete Fourier Transform?
Oct 18, 2022
algorithm
fft
complex-numbers
dft
Golang Fibonacci calculation appears off
May 11, 2022
algorithm
math
go
Algorithm to shuffle an Array randomly based on different weights
Oct 15, 2022
ruby
algorithm
sorting
How can I evaluate a large number of boolean ANDs quickly?
Oct 13, 2022
c
algorithm
boolean
Is this modern programming interview challenge's solution unreliable?
Sep 12, 2022
c
algorithm
optimization
integer
time-complexity
Why we are using _ in this expression str.replace(/[\W_]/g, '').toLowerCase(); We could have used /[\W]/g also but why are we using underscore?
Mar 23, 2022
javascript
algorithm
Why does Dijkstra's algorithm need a priority queue when this regular queue version is also correct?
Aug 28, 2022
algorithm
graph
dijkstra
Why is TSP NP-hard while the Hamiltonian path NP-complete?
Sep 16, 2022
algorithm
graph-theory
np-complete
np-hard
How to compute diag(X %*% solve(A) %*% t(X)) efficiently without taking matrix inverse?
Nov 03, 2022
r
algorithm
matrix
matrix-inverse
How does this method determine the greatest common divisor?
May 30, 2019
ruby
algorithm
math
Count number of tails since the last head
Oct 14, 2022
python
algorithm
sequence
Fastest way to prime factorise a number up to 10^18
May 27, 2022
algorithm
primes
prime-factoring
sieve-of-eratosthenes
factorization
Given (a, b) compute the maximum value of k such that a^{1/k} and b^{1/k} are whole numbers
Mar 13, 2022
c++
algorithm
c++11
math
Explain why this binary tree traversal algorithm has O(NlogN) time complexity?
May 24, 2022
java
algorithm
time
time-complexity
Regex pattern recursively - in python
Mar 01, 2022
python
regex
algorithm
pattern-matching
Why is the time complexity of 2 for loops not O(n*2^n)?
Aug 26, 2022
java
algorithm
time-complexity
big-o
What are some hints that an algorithm should parallelized?
Jul 10, 2022
algorithm
language-agnostic
optimization
concurrency
parallel-processing
Looking for an algorithm to spit out a sequence of numbers in a (pseudo) random order
Sep 22, 2022
algorithm
language-agnostic
math
sequence
« Newer Entries
Older Entries »