Current Forum: Homework 3 Forum |
Date: Thu Sep 27 2001 10:57 pm |
Author: Yuen, John <jyuen@andrew.cmu.edu> |
Subject: Re: out of memory error |
|
|
yes if you insert in the back of your vector (or do whatever to your treeset) it should be in order. that seems obvious.
you can have whatever you want in your vector as long as your search returns the right answer. however keep in mind we grade style...
of course you cannot assume the files we give you will be smaller. make it run on the test file we provided in under 64 or change your code. this course is called fundamental algos and data structures and i think makin your trie in under 64m is pretty fundamental... |
|