Posts by junior ramisch • 3 points
1 post
-
0
votes1
answer181
viewsQ: Malloc Function Error: sysmalloc: Assertion failed in C
I’m implementing a Red Black Tree in C, and when I allocate memory to the second node, it gives the error: sysmalloc: Assertion [...] failed. Aborted (core dumped) I have already researched and…