algorithmica
algorithmica copied to clipboard
A computer science textbook
https://github.com/algorithmica-org/algorithmica/blob/master/content/english/hpc/arithmetic/float.md Some comments explaining why we are shifting things around and what that does with one example would be very helpful. Or a link to some article/website that does that...
Hi, I'm pretty sure I've found 3 misprints in the English SVGs on the [AoS and SoA](https://en.algorithmica.org/hpc/cpu-cache/aos-soa/) page. https://github.com/algorithmica-org/algorithmica/blob/master/content/english/hpc/cpu-cache/img/aos-soa-padded-n.svg array os structures -> array of structures https://github.com/algorithmica-org/algorithmica/blob/master/content/english/hpc/cpu-cache/img/aos-soa-padded.svg structure or arrays...
Almost ready splay-tree (TODOs are "top-down" and "Dynamic optimality conjecture")
This pull request has been automatically generated by prose.io.
Hello, while it might be worth making the distinction between a programming languages and its implementation(s) or adding the garbage collection (protip: reference counting is also GC) distinction, this issue...
Closes #173
The description of the [insert sorting](https://github.com/algorithmica-org/algorithmica/blob/master/content/russian/cs/sorting/insertion.md) contains: `Когда это произойдет, это будет означать, что он будет больше всех элементов слева и меньше всех элементов префикса справа,` but the fragment of...