Skip to content

Mybranch #268

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

Closed
wants to merge 6 commits into from
Closed

Mybranch #268

wants to merge 6 commits into from

Conversation

QubitMatrix
Copy link

Included codes for :
->max-heap implementation,
->matrix multiplication [using 1.SMA, 2.DMA(single pointer notation), 3.DMA(double pointer notation)]
->parenthesis balancing using stack

The code includes insertion of elements(bottom up approach) and deletion of the heap elements(leading to descending sorted elements)
matrix multiplication using static memory allocation
Matrix multiplication using dynamic memory allocation(single pointers used)
Matrix multiplication using dynamic memory allocation(using double pointers, i.e pointer of pointer)
@QubitMatrix QubitMatrix closed this by deleting the head repository Nov 27, 2022
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

Successfully merging this pull request may close these issues.

1 participant