Skip to content
moglideveloper edited this page Jan 3, 2017 · 4 revisions

Welcome to the AlgosInHLL wiki!

First topic is Singly LinkList.

  • Implement using arrays
  • Implement from scratch

Following are the operations :-

  • apply (get)
  • clear
  • insert (this may not be required, as we have insertAll)
  • insertAll
  • iterator
  • length
  • remove(index)
  • removeHead
  • removeTail
  • update
  • add +=:
  • append +=
Clone this wiki locally