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
the length of a LinkedList is odd or even ? and How to merge two sorted LinkedList What is the length of linkedList, odd or even ? and How can I do merge two sorted linkedList ? Posted on July 30, 2016 I refer to the book, cording interview. [Read More] Tags: list
Finding the middle of LinkeList and printing out LinkedList in reverse order How can I find the middle of LinkeList and print out LinkedList in reverse order ? Posted on July 29, 2016 I refered to the book,”coding interview” and geeksforgeeks. [Read More] Tags: list, stack
Shell Script Let's Study Shell Script Posted on July 12, 2016 I refer to this site(linuxcommand) for understanding how I make shell script I made this cotents based on bash Shell script [Read More] Tags: shell