Showing posts with label Data Strucure. Show all posts
Showing posts with label Data Strucure. Show all posts

Thursday, October 13, 2011

A powerful implementation for singly linked list in java with new functions

Here is an implementation for singly linked list in java
I also implemented some function -that are not in the books about data structures-
This function removes or adds elements at specific place, returns an element from a specific place and so on

Friday, September 30, 2011

Computing Fibonacci Numbers via Binary Recursion

This C++ code will allow you to find the kth term in Fibonacci Series
Just compile it and you will have the results