Skip to content

connor15mcc/ponderthis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Ponder This

My attempts to solve IBM's ponder this challenge.

Challenges

Aug 2023 (✔️)

Counting Square-Triangular numbers below 10^100

  • Found BigUint in rust to allow usage of numbers larger than $2^64 - 1$
  • Computed first ~10 square-triangular numbers naively, using a "ping-pong" technique between n and m
  • From these identified numbers, was able to recognize a pattern and compute beyond in a much more efficient manner using DP.

About

My attempts to solve IBM's ponder this (https://research.ibm.com/haifa/ponderthis/index.shtml)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages