Search code examples
Why is memoization of collision-free sub-chains of Collatz chains slower than without memoization?...


pythonstackmemoizationcollatz

Read More
Trying to solve the collatz sequence project at the end of ch. 3 from "automate the boring stuf...


pythoncollatz

Read More
Function to do an operation as much as possible...


ccollatz

Read More
strange errors while trying to create a program about Collatz conjecture. How to solve them?...


ccommand-linecollatz

Read More
Keeping a variable alive across multiple function calls in rust...


memoizationrustcollatz

Read More
New To C and trying to make a collatz conjecture program but it's not working and i don't kn...


ccollatz

Read More
Collatz Sequence for all numbers from 1 to 10 stored in individual arrays...


javascriptarraysloopssequencecollatz

Read More
Printing the largest number from the outputs (collatz conjecture-python)...


pythonfor-loopmathcollatz

Read More
Writing a function to perform Collatz Conjecture...


pythonfunctionwhile-loopcollatz

Read More
How to count how many times a number was printed using python?...


pythoncollatz

Read More
Python: Collatz sequence -- find a number where the length is greater than the starting number...


pythoncollatz

Read More
Why is `fmap` needed to call `succ` on a `Maybe Integer`?...


haskelltypesfunctormap-functioncollatz

Read More
How to optimize checking thousands of list elements thousands of times?...


pythonlistoptimizationcollatz

Read More
how to keep a loop going until it reaches a set number...


rfunctioncollatz

Read More
Does Python have trouble with large numbers/lists, or is there something wrong with my code?...


pythonlargenumbercollatz

Read More
how can I improve the execution time of my tailrec function in scala for collatz chain...


scalauser-defined-functionstail-recursioncollatzeulerr

Read More
Segmentation Fault Error while doing big calculations in python...


pythonsegmentation-faultcollatz

Read More
Memoization with recursive method in java...


javarecursionmemoizationcollatz

Read More
why is this memoized Euler14 implementation so much slower in Raku than Python?...


pythonrakumemoizationcollatz

Read More
I have written a python code for the collatz pattern for number and I want to count the number of st...


pythoncollatz

Read More
3n+1 uVa gives WA...


c++collatz

Read More
Traceback error and "argument of type 'int' is not iterable" when trying to use wh...


pythonintcollatz

Read More
Is there a way to go to specific line or command in python?...


pythoncollatz

Read More
Incorrect output for Project Euler #14 output...


javaalgorithmcollatz

Read More
While loop doesn't break when it should...


pythonpython-3.xcollatz

Read More
How do I find the starting number from the sequence with the Max Value...


c++vectorindexingcollatz

Read More
Automate the Boring Stuff with Python The Collatz Sequence assignment repet...


pythoncollatz

Read More
Determining a program's execution time by its length in bits?...


time-complexitycollatzcode-complexityhalting-problemcomputability

Read More
Collatz conjeceture for each number that is between the two given numbers...


javaarraylistcollatz

Read More
3n+1 challenge at UVa...


javacollatz

Read More
BackNext