Hacker News new | ask | show | jobs
by pjc50 3088 days ago
"Instant Hypercube Routing"

This all sounds a bit .. timecube?

1 comments

I enjoyed learning about Hypercube routing in my parallel processing class. A hypercube is just a 2^n cube. A square = 2^2, a cube 2^3, a 4 dimensional hybercube = 2^4, etc.

https://en.wikipedia.org/wiki/Hypercube_internetwork_topolog...