Samah Ali

Results 1 issues of Samah Ali

### In LinkedList implementation: [link](https://github.com/jeffzh4ng/iruka/blob/master/src/data-structures/sequences/linked-list/linked-list.ts#L112:L122 ) in line [116](https://github.com/jeffzh4ng/iruka/blob/master/src/data-structures/sequences/linked-list/linked-list.ts#L116) I think this should be `(i > list.size())` no equal needed as we already checked it in the previous if condition...