Skip to content
#

dynamic-allocating

Here are 2 public repositories matching this topic...

Language: All
Filter by language

In here I created a simple matrix transpose solver. The special part of this is that the user can input the size(any size) of the matrix they want to transpose and also the inputs of each elements of the matrix. I had to dynamically allocate the rows and columns to this matrix since a matrix is a 2D array whose size must be allocated when create…

  • Updated Sep 22, 2018
  • C++

Improve this page

Add a description, image, and links to the dynamic-allocating topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamic-allocating topic, visit your repo's landing page and select "manage topics."

Learn more