Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlogCSA/2024/02/25/CSAFRQ-2015-3_IPYNB_2_ #7

Open
utterances-bot opened this issue Feb 26, 2024 · 1 comment
Open

BlogCSA/2024/02/25/CSAFRQ-2015-3_IPYNB_2_ #7

utterances-bot opened this issue Feb 26, 2024 · 1 comment

Comments

@utterances-bot
Copy link

APCSA 2015 Question 3 | CompSci Blogs

Question 3: A two-dimensional array of integers in which most elements are zero is called a sparse array. Because most elements have a value of zero, memory can be saved by storing only the non-zero values along with their row and column indexes. The following complete SparseArrayEntry class is used to represent non-zero elements in a sparse array. A SparseArrayEntry object cannot be modified after it has been constructed.

https://jishnus420.github.io/BlogCSA/2024/02/25/CSAFRQ-2015-3_IPYNB_2_.html

Copy link

0.95/1.0

Very good, understanding of the topic clearly demonstrated, correct question type and I like that you stated the overall objective. This question was tough, so good job getting it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants