User Tools

Site Tools


notes:discrete:fall2022:projects:lmr1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes:discrete:fall2022:projects:lmr1 [2022/10/28 03:51] – [COOL BITWISE TRICKS] dmucknotes:discrete:fall2022:projects:lmr1 [2022/10/28 03:55] (current) – [OUTPUT SPECIFICATIONS] dmuck
Line 23: Line 23:
 *For anybody interested in editing the wiki page, here is the dokuwiki user guide: https://www.dokuwiki.org/wiki:syntax#basic_text_formatting -Ash *For anybody interested in editing the wiki page, here is the dokuwiki user guide: https://www.dokuwiki.org/wiki:syntax#basic_text_formatting -Ash
 ====OUTPUT SPECIFICATIONS==== ====OUTPUT SPECIFICATIONS====
-Determine a unified means of output so that all submissions have an identical format. Should get identical output to running non-bitwise versions of the same functions. Ex: your function subtraction of 27 and 3 should output 24 just like  27 - 3 = 24. Make sure to be mindful of what numbers you are using in the tests. You should ideally pick numbers that could cause problems in your code, that way you can see if you are missing a case, or maybe a function is incorrect. Other than this, there is no output specification. Show your function does what it's supposed to do.+Determine a unified means of output so that all submissions have an identical format. Should get identical output to running non-bitwise versions of the same functions.  
 + 
 +Example: your function subtraction of 27 and 3 should output 24 just like  27 - 3 = 24.  
 + 
 +Make sure to be mindful of what numbers you are using in the tests. You should ideally pick numbers that could cause problems in your code, that way you can see if you are missing a case, or maybe a function is incorrect. Other than this, there is no output specification. Show your function does what it's supposed to do.
  
 =====PROGRAM===== =====PROGRAM=====
notes/discrete/fall2022/projects/lmr1.1666929071.txt.gz · Last modified: 2022/10/28 03:51 by dmuck