Popular repositories Loading
-
-
TLV493D-A1B6-3DMagnetic-Sensor
TLV493D-A1B6-3DMagnetic-Sensor PublicForked from Infineon/TLV493D-A1B6-3DMagnetic-Sensor
Library for the TLV493D-A1B6 3D magnetic sensor for Arduino.
C++
-
project-euler-258-lagged-fibonacci-sequence-70
project-euler-258-lagged-fibonacci-sequence-70 PublicProblem had difficulty of 70%, solved using logarithmic matrix exponentiation, before I knew about Cayley-Hamilton theorem. Run time: long, since the matrices become dense around millionth power, c…
Python
-
project-euler-114-counting-block-combinations-35
project-euler-114-counting-block-combinations-35 PublicProblem had difficulty of 35%, solved using dynamic programming. Let t(n) be number of combinations of blocks such that last block ends in cell n. Then t(n) is the sum of t(k) for k<=n-l-1 for each…
Python
-
project-euler-115-counting-block-combinations-II-35
project-euler-115-counting-block-combinations-II-35 PublicProblem had difficulty 35%. Modified code from 134 and iterated until the value was larger than 10^6
Python
-
problem640
problem640 Publicincorrect solution to problem 640. Used a heuristic approach, the card with the lowest probability out of the rolled options is turned face down, if there is no such card the card with the highest …
Python
If the problem persists, check the GitHub status page or contact support.