GSoC: Linked List || Blog post by Chetan Karwa || #10

Greetings Everyone,

Progress in the past week:

  • Implemented Splice and Slice API.
  • Worked on implementing insert function as described by @Arjen. I have yet not tried to insert millions of items so I am not sure if this implementation helping in the even distribution of nodes over the list of lists.

Plans for the next week:

  • I look forward to completing the linked list module i.e. revisiting all the APIs again and check for possible corner cases as I discussed with my mentor @Arjen and @milancurcic.
  • Try to come up with a classic algorithm that might use Linked list.

Thank You

1 Like