Posts by Jackson Vinicius • 76 points
4 posts
- 
		0 votes2 answers60 viewsA: Matrix initialization not working from a given lineDude, your code is really hard to read and analyze, because in the sample no variable is initialized except for the entrada and aux1 so I had to assume the behavior of the code. That said, I did a… 
- 
		1 votes1 answer56 viewsA: Code not workingThe execution time of your code is exceeding the specified limit of the problem. Its code is demanding a lot of execution time because of the internal loops, the ideal was to avoid using internal… canswered Jackson Vinicius 76
- 
		0 votes1 answer25 viewsA: Read and write multipas variaves with only one pointerA dynamically allocated vector will behave in the same way as a common vector. The reference of a vector is its first element in the case ptr[0], and ptr points to the first element of the vector,… 
- 
		2 votes1 answer722 viewsA: Doubt Double chained list with ordered insertionThe problem is in the function exclusao.You are deleting the record but not decreasing the list size since the function print is using the variable lista->tamanho as a loop stop parameter for,… canswered Jackson Vinicius 76