Search:

Type: Posts; User: cse_smita

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,464

    Its a good point to bring up. Since the updations...

    Its a good point to bring up. Since the updations are purely tree traversals starting at the root node, I don't see a need to preserve any additional state of the DS (current pointers,etc).
    ...
  2. Replies
    8
    Views
    2,464

    Thank you! This program actually maintains low...

    Thank you!

    This program actually maintains low precison and higher precision trees with ton of information. It did occur to me to write to file and de-allocate memory, and then load in the second...
  3. Replies
    8
    Views
    2,464

    Memory Management: Swapping in data

    Hello,
    Is there any way I can control what resides in the main memory?
    I have two heavy data structures and only one can reside in the main memory at a given time.
    is there a way I can...
Results 1 to 3 of 3