direct mapped pages

2013-02-03 Thread gopinath sikha
Hi, what is the use of direct mapped page tables, where they are used. -- -- If u doubt your believes,u believe ur doubts If u fail to practise,u practises failure Than

[algogeeks] Scope of an variable

2010-07-08 Thread gopinath sikha
Hi guys, How gcc or any c compiler maintains the scope of the variable? Especially all the static variable are maintained in the data section. Can anyone please respond. -- -- If u doubt your believes,u believe ur doubts If u f

Re: [algogeeks] Maximum size binary search tree

2010-06-24 Thread gopinath sikha
We can find the solution in O(n) where n is number of nodes. Do an in-order traversal of the binary tree. then scan through the numbers and find the list and find the longest(increasing or decreasing) sequence. That is the size of maximum size of BST in the given binary tree. On Wed, Jun 23, 2010

Re: [algogeeks] String Problems

2010-05-20 Thread gopinath sikha
I think you have to look at this book "Algorithms on Strings, Trees and Sequences: Computer Science and Computational Biology" By Dan gusfield. It has wonderful data structure which works really fast for string operations. On Wed, May 19, 2010 at 4:16 PM, vignesh radhakrishnan < rvignesh1...@g