<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font face="serif">I'm seeing some large memory allocations on
cobra -- presumably for collatz. As stated in class -- if you
try to allocate a massive data structure (like to hold 500
million integers) I will not grade your code.</font></p>
<p><font face="serif">You only need to keep up with 20 integers (the
number and its collatz sequence length). That is a TINY amount
of memory.</font></p>
<div class="moz-signature">-- <br>
<b><i>Andrew J. Pounds, Ph.D.</i></b><br>
<i>Professor of Chemistry and Computer Science</i><br>
<i>Director of the Computational Science Program</i><br>
<i>Mercer University, Macon, GA 31207 (478) 301-5627</i></div>
</body>
</html>