We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Your linked_list.lenght has a bug for list of size 1. Also, your get calls length which does an extra O(n) iteration just to check if index is valid.