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
Optimization of profit in Ruby
Sep 04, 2025
ruby
algorithm
mathematical-optimization
Finding Bezout coefficients via Extended Euclidean Algorithm on Array of Arbitrary Length
Sep 05, 2025
arrays
algorithm
wolfram-mathematica
number-theory
Why do we have double hashing function as [(hash1(key) + i * hash2(key)) % TABLE_SIZE] but not simply as [(i * hash2(key)) % TABLE_SIZE]?
Sep 05, 2025
algorithm
data-structures
hash
hashcode
Efficient Xorshift skip ahead
Sep 05, 2025
c++
algorithm
random
Why is builtin sorted() slower for a list containing descending numbers if each number appears twice consecutively?
Sep 05, 2025
python
algorithm
performance
sorting
time-complexity
Algorithm to draw outline in a colored region
Sep 02, 2025
algorithm
image
math
matrix
Online algorithm for calculating standard deviation of counts
Sep 05, 2025
java
algorithm
statistics
standard-deviation
online-algorithm
What is the difference between perfectly nested loop and imperfectly nested loop?
Sep 05, 2025
algorithm
parallel-processing
parallels
Practical Python-based visual programming environment?
Sep 05, 2025
python
algorithm
How to prevent idle time from increasing after the last CPU burst in SRTF scheduling?
Sep 04, 2025
c++
algorithm
c++11
Extract gaps from a List of Range<Date>
Sep 03, 2025
java
algorithm
guava
date-range
Creating an effective duplicate of a class that cannot interact with its base
Sep 02, 2025
c++
algorithm
class
unreal-engine4
software-design
Is there a faster algorithm for max(ctz(x), ctz(y))?
Sep 03, 2025
c++
algorithm
rust
bit-manipulation
micro-optimization
Why does a = a * (x + i) / i; and a *= (x + i) / i; return two different results?
Sep 04, 2025
c#
algorithm
integer-division
How to shorten a 64-bit hash value down to a 48-bit value?
Sep 03, 2025
c
algorithm
math
hash
uuid
How to select a random number in a range based on date?
Sep 04, 2025
c#
algorithm
random
Finding an edge that decreases the shortest path from A to B by the most
Sep 04, 2025
algorithm
graph
shortest-path
Hamming weight written only in binary operations?
Sep 04, 2025
c
algorithm
Trouble with logic on how to query for all possible 5 number combinations of numbers 1 - 69 into SQL table
Sep 03, 2025
sql
sql-server
algorithm
« Newer Entries
Older Entries »