How to reverse a stack, only using stack operations How can I reverse a stack, If you sould only use stack operations ? Posted on August 9, 2016 you can see a solution of this problem in geeksforgeeks and get hint. [Read More] Tags: stack
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