Skip to content
View wonszrzeczny's full-sized avatar

Block or report wonszrzeczny

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. magnets magnets Public

    Python

  2. TLV493D-A1B6-3DMagnetic-Sensor TLV493D-A1B6-3DMagnetic-Sensor Public

    Forked from Infineon/TLV493D-A1B6-3DMagnetic-Sensor

    Library for the TLV493D-A1B6 3D magnetic sensor for Arduino.

    C++

  3. project-euler-258-lagged-fibonacci-sequence-70 project-euler-258-lagged-fibonacci-sequence-70 Public

    Problem 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

  4. project-euler-114-counting-block-combinations-35 project-euler-114-counting-block-combinations-35 Public

    Problem 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

  5. project-euler-115-counting-block-combinations-II-35 project-euler-115-counting-block-combinations-II-35 Public

    Problem had difficulty 35%. Modified code from 134 and iterated until the value was larger than 10^6

    Python

  6. problem640 problem640 Public

    incorrect 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