0
Prove a matrix is a sparse matrix using a C program
write a c program to prove that a matrix is a sparse matrix
4 Respostas
+ 9
Who you calling 'sparse'?
;)
I mean, what is an exact definition of being sparse? 90% of nulls? 95%? 99%?
+ 3
Sounds like a good program. Have you written anything as yet?
+ 1
hi,
try this code:-
https://code.sololearn.com/cdrggaXytLwl
0
sparse means the majority being null
according to Google at least