Getting “Bus start index should be less than or equal to bus end index” even though it is less
I am trying to create the ALU chip, however I am running into this error:
If logic gates are transistors, why millions or billions in today’s CPU?
The definition I read online are that transistors in microprocessors are logic gates.
Wrong order in sorted linked list using jack language (nand2tetris)
I am tasked to write an List find and insertInOrder method. But the insertInOrder is not correctly inserting elements into the list in sorted order. Correct behavior is essential to ensure that the list remains sorted after each insertion.