Press "Enter" to skip to content

Posts published in “Programming”

Programming Languages we learn and develop with us. The tips & tricks, working well documented interesting programs.

Linked Lists

Linked lists are linear data structures, which consist of nodes. These nodes store data in them as well as point to the next node in…