No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: The only problem that I have with Java as a video game language is that you get slowdowns when Java needs to garbage collect your objects...if you create lots of things and need to destroy them, it may slow down your game at an inopportune time due to resources being … | |
Re: I definitely will have the shortest [B] Matlab[/B] [inlinecode]1:10[/inlinecode] | |
Re: We have procedures that take a long time at work...sometimes to the the tune of an hour or two. When it goes on for that long, your browser will time out the HTTP request. How we get around it is to start off the process in its own thread then … | |
Re: Well think about what you just said about the first one, if n is greater than 1, then it goes on forever. Since Big-Oh is the worst case analysis and the worse case is never finishing, you can say that big-Oh is undefined for this loop. Go to wikipedia and … |
The End.