What is the palindrome ? How to resolve the palindrome below Posted on August 7, 2016 Palindrome [Read More] Tags: stack, algorithm
Infix To Pofix How to switch Infix to postfix Posted on August 6, 2016 I refer to coding interview book and geeksforgeeks [Read More] Tags: stack
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