How to make a linked list with Javascript that points to an element I want?

0

Example: I have an array of blocks, each block has a process object that has a state attribute, which can be either free or busy. How do I make every free process point to the next free process even though processes are busy with each other?

    
asked by anonymous 06.05.2016 / 22:09

0 answers