Search
You can find the results of your search below.
Fulltext results:
- 04 @courses:cs101-2022b:labs
- that either isn’t valid or isn’t useful, and you need to find ways to effectively sort through such cases so that you can gather the insights you need.</p> <h2 id="getting-started">Getting started</h... p>Once you’ve made a copy of the spreadsheet, you need to share the spreadsheet so Pyret can import it.<... </h2> <p>Now that we have the data collected, we need to make sure that the data is clean and processed
- 05 @courses:cs101-2022b:labs
- <code>table-to-map</code> to plot a location, it needs appropriate <code>x</code> and <code>y</code> va... n the bounds of the map of Central Park. Thus you need to scale the squirrels’ latitudes to <code>y</cod... ive to the map dimensions.</p> <p>The values you need to use (defined for you in <code>lab05-helper.arr... ap</p></li> </ul> <p>And the scaling formulas you need to implement are:</p> <!-- Equations made with ht
- 03 @courses:cs101-2022b:assignments
- rong>: To test the functions we’ll write, we also need a small table of test data. Use the following tab... </h2> <p>To compute the hours of sunlight, we’ll need to know the elapsed time between sunrise and suns... pe we haven’t worked with yet. You <em>don’t</em> need to use <code>List</code>s to solve this problem!<... r you’ve identified the hours and minutes, you’ll need to use the function <a href="https://www.pyret.or
- 06 @courses:cs101-2022b:assignments
- you write <code>find-separator</code>, you don’t need to give test cases for it.</p> <p class="task"><s... sion</em> (only giving nets to those who actually need them) with our desire for high <em>recall</em> (give nets to <em>everyone</em> who needs one).</p> <p>The following function will compute
- 01 @courses:cs101-2022b:labs
- ations! When it’s just <code>+</code>, it doesn’t need to, but when you mix operators, you need to add parentheses to tell Pyret what to do first.</p></li> </... e</h2> <ol> <li><p>To submit your work, you first need to download a copy to the computer. Click <em>Fil
- 02 @courses:cs101-2022b:assignments
- uld send them an ad.</p> <p>To do this, we first need to figure out more information about them.</p> ... ives us a specific place! To solve this issue, we need to write a function to check if a certain locatio
- 05 @courses:cs101-2022b:assignments
- w that we’ve seen recursion, we don’t need to rely on built-in functions like <code>map</cod
- 02 @courses:cs101-2022b:labs
- is my answer... continuing ... as long as I need it to! |# </code></pre> <ul> <li><p>Write down an
- 03 @courses:cs101-2022b:labs
- </p> <p><strong>Task</strong>: First you’ll first need to write a function that takes a table Row as inp
- 06 @courses:cs101-2022b:labs
- ="keyword">end</span> </code></pre> <p>You don’t need to write test cases for this function, but you sh
- 07 @courses:cs101-2022b:labs
- de> ones.</p> <p><strong>Hint</strong>: You don’t need an <code>if</code> to do this!</p> <h2 id="exer