Thursday, 29 August 2013

Creating an Iterator for a custom stack based on singly-linked nodes

Creating an Iterator for a custom stack based on singly-linked nodes

References

Reference NO 1

http://stackoverflow.com/questions/15192187/creating-an-iterator-for-a-custom-stack-based-on-singly-linked-nodes

Reference NO 2

http://stackoverflow.com/questions/5806183/using-listiterator-on-a-custom-linkedlist

Reference NO 3

http://www.cs.armstrong.edu/liang/cpp3e/bonus/CH20C++3EWithoutProductionTags.pdf

Reference NO 4

http://www.cplusplus.com/articles/Lw6AC542/

Reference NO 5

http://www.javacodegeeks.com/2013/02/40-java-collections-interview-questions-and-answers.html

Reference NO 6

http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html

Reference NO 7

http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b14/java/util/LinkedList.java

Reference NO 8

http://www.geeksforgeeks.org/write-a-function-to-reverse-the-nodes-of-a-linked-list/

No comments:

Post a Comment