SpiceQA
Questions
Tags
Users
Badges
greatest-common-divisor
15 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How to find the highest GCD of 2 numbers such that the 2 numbers are from a given range of numbers?
user_13933944
0
•
asked Jan 9, 2022
2
2
324
greatest-common-divisor
math
algorithm
Is it possible to reduce a fraction to the lowest form in a single recursive pass, using no auxiliary functions other than is_zero, succ and pred?
user_1031791
0
•
asked Aug 22, 2021
3
1
193
greatest-common-divisor
recursion
algorithm
functional-programming
haskell
What is the difference between std::__gcd and std::gcd?
user_501557
0
•
asked Aug 13, 2021
2
1
664
greatest-common-divisor
algorithm
c++
Find Maximum GCD sum without repetition in an array
user_15440693
0
•
asked Mar 20, 2021
3
1
814
greatest-common-divisor
python-3.x
arrays
algorithm
java
GCD (Greatest Common Divisor) for two 16-bit numbers
user_1416672
0
•
asked Dec 28, 2020
2
1
372
8051
8-bit
greatest-common-divisor
assembly
How can I speed up the binary GCD algorithm using __builtin_ctz?
user_5740428
0
•
asked Aug 26, 2020
8
2
501
greatest-common-divisor
bit-manipulation
built-in
algorithm
c++
Finding the Greatest Common Divisor using Java Stream without recursion while/for loops
user_13626292
0
•
asked Jun 5, 2020
2
3
1067
java-stream
java-8
greatest-common-divisor
algorithm
java
Proving gcd algorithm with Dafny
user_3357352
0
•
asked Jun 25, 2019
2
2
835
dafny
greatest-common-divisor
Maximize the sum of GCDs (Greatest Common Divisors) of a bipartition?
user_11146188
0
•
asked Jun 8, 2019
5
1
4571
greatest-common-divisor
c++
where to use return in recursion
user_7511615
0
•
asked Sep 28, 2017
3
2
277
greatest-common-divisor
recursion
c
python
1
(current)
2
Next
Next
Hot Questions