recategorized by
142 views
0 votes
0 votes
I have a matrix A  (m * n) and another matrix B (n * k) of size 1,000000000000000000 (this means it cannot directly save it into memory) . It has been organized as a splay tree. You have to multiply them and give me C (m * k) . What datastructure would be use ? How would implement it ?
recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
manvi_agarwal asked Sep 10, 2018
597 views
https://gateoverflow.in/?qa=blob&qa_blobid=17275535249024428371
0 votes
0 votes
0 answers
2
vijju532 asked Jun 13, 2018
192 views
how does linux kernel uses the red black tree property ???elabourate
0 votes
0 votes
1 answer
4
deepak_8404 asked Oct 1, 2023
294 views
Consider a lower triangular matrix stored in row major order as p[-25 - - + 749][-25 - - - + 749] with base address = 6800, size of each element = 6 byte. Find the value ...