@article{Abu Sara_2021, title={BALANCED LINKED LIST: BaLL}, volume={6}, url={https://journal.ump.edu.my/ijsecs/article/view/6078}, abstractNote={<p>In this paper, a modified version of linked list, called <em>balanced linked list</em> (<em>BaLL</em>), has been proposed. It performs better than standard <em>sorted linked list </em>(<em>SoLL</em>) both theoretically and experimentally for maintaining a sorted sequence of data. The modification in BaLL than SoLL is to maintain a special middle node instead of head, and to maintain the remaining nodes in two sorted lists of almost equal size. Three most basic operations, search, insert and delete, have been considered in BaLL and have been compared with the same set of operations in SoLL. For these three operations, BaLL performs theoretically 50% better and experimentally around 50% better than SoLL.</p>}, number={1}, journal={International Journal of Software Engineering and Computer Systems}, author={Abu Sara, Mutaz Rasmi}, year={2021}, month={May}, pages={52–63} }