Questions tagged [fixup]

Use fixup for questions related to an assembler opcode which references an external symbol using a default address to represent an unknown address which is subsequently replaced with an actual numeric address when that information is known.

References

16 questions
0
votes
1 answer

red black fixup

I have implemented a red black tree, but it doesn't work well. It inserts the nodes not on the correct way. I think it's so because of FixUp. Does anyone know where am i wrong? When i insert (1, 4, 9, 16). at node 16, it sets the root color to red.…
1
2