How to generate stak with array or dynamic array practice of making stack differently using array or LinkedList Posted on August 5, 2016 this article is comprised of reference of book titled, “coding interview”. [Read More] Tags: stack, array
How to reverse a list in groups of given size how can I reverse the part of LinkedList per a size periodically, when I get a specific size Posted on August 4, 2016 I just refer to geeksforgeeks [Read More] Tags: list
How to check if letters of LinkedList is palindrome How Can I check if the singly LinkedList is plindorme ? Posted on August 3, 2016 I refer to coding interview book and geeksforgeeks [Read More] Tags: list, algorithm
How to split a ciculrar LinkedList into two halves what method can I use to split a circular LinkedList into two halves ? Posted on August 2, 2016 problem [Read More] Tags: list
How to change a singly LinkedList pairwise How Can I easily chang a LinkedlList pairwise ? Posted on July 31, 2016 I refer to geeksforgeeks [Read More] Tags: list