Search results

Jump to: navigation, search
  • 1 2 3 4 5 6 Swap: 4.0Gi 1.0Gi 3.0Gi
    7 KB (1,274 words) - 15:28, 10 January 2023
  • * ''Switch back to "normal screen" mode:'' ctrl-x 1
    12 KB (2,158 words) - 18:34, 26 July 2023
  • =Assignment 1= '''Pass rating check''' Each part must be correct to earn a 1/1 on that part. The total for the problems would be 2 points.
    7 KB (1,158 words) - 17:00, 5 September 2023
  • * '''integer data types''': <code>char</code> (1 byte), <code>short</code> (2 bytes), <code>int</code> (4 bytes), <code>long ...s, the value ranges from (-2<sup># of bits -1</sup>) to (2<sup># of bits - 1</sup>). E.g., <code>char</code> ranges from -128 to 127, while <code>unsign
    8 KB (1,365 words) - 14:19, 13 January 2023
  • * (k choose 0) = 1, for any integer k >= 0 ...ems. So we have the total number of choices as: (n choose i) + (n choose i+1). Note that this identity also shows up in [https://en.wikipedia.org/wiki/P
    12 KB (2,237 words) - 15:43, 23 October 2023
  • =Exam part 1= ...you will have the regular class periods on Friday March 24 (10-10:50am, 1-1:50pm). It will be q1-q4 for the first hour and q5-q8 for the second hour.
    3 KB (595 words) - 15:42, 22 March 2023
  • =Midterm Exam, part 1= Part 1 is in Canvas. You will have the chance to do retakes of q1, q2, q3, q5 aga
    2 KB (463 words) - 14:41, 27 March 2023
  • <pre>run 1 2 3</pre> (gdb) run 1 2 3
    5 KB (798 words) - 13:21, 31 January 2024
  • du -d 1 -h extensions du -d 1 -h .
    3 KB (495 words) - 15:24, 23 March 2023
  • # MCS Problem 12.46. Base case: 1 vertex graph, 2 vertex graph, 3 vertex graph.
    1 KB (170 words) - 02:48, 18 November 2022
  • ...ster than (log(n))<sup>d</sup> for any constant c > 0 and constant d, (3) (1+c)<sup>n<sup>d</sup></sup> grows faster than n<sup>e</sup> for any constant ...psilon g(n) for all n >= n0.''<br>''Note that sin(x) ranges between -1 and 1, and periodically goes between those two values forever; that is all you ne
    3 KB (539 words) - 13:44, 26 April 2023
  • The exam slot on Wednesday, May 3, 1-2:50pm will be for short answer / essay questions. You will have the follow Quizzes will all be available to retake May 1, 10am-noon. If there are any where your highest score in Canvas is less tha
    10 KB (1,770 words) - 17:55, 27 April 2023
  • * C programs need a pass rating (2/2 or 1/1 for HW, 80%+ for midterm/final problems), and need a given number of them p ...ional logic (3), command line arguments (2), read from stdin/file - lines (1)
    5 KB (937 words) - 15:13, 28 April 2023
  • ''Lecture:'' WF 10-10:50am, 1-1:50pm in Root Hall A-019, over Zoom (link in Canvas, see below), and recorde ''Final exam:'' Monday, May 1, 10-11:50am and/or Wednesday, May 3 1-2:50pm <br>
    34 KB (5,630 words) - 21:02, 20 August 2023
  • ...done with h8, you will put your answers into q4 (since that will autograde 1/2 of the assignment). Note - only keeping the auto-graded parts, so max sc .... See the lecture from Jan 27 for how to work on this assignment. Due Feb 1/3.
    37 KB (6,225 words) - 15:44, 26 July 2023
  • ...t, and show how this works for p. We need to check that 2<sup>p-1</sup> = 1 mod p. So we need to compute 2<sup>240</sup> mod 241. Note that Python ca * 2<sup>1</sup> mod 241 = 2
    12 KB (2,049 words) - 01:40, 23 February 2024
  • ''Lecture:'' Tuesday and Thursday 12:30-1:45 in person and Zoom(in Canvas, see below), and recorded<br> ** Jupyter - [https://www.ibm.com/docs/en/watson-studio-local/1.2.3?topic=notebooks-markdown-jupyter-cheatsheet markdown cheat sheet], [htt
    36 KB (5,990 words) - 21:23, 24 January 2024
  • ''Final exam:'' Monday, May 1 at 7pm <br> ** Quiz 1 I'll have posted on Friday. It will be due end of day next Tuesday (Jan 31s
    23 KB (3,865 words) - 00:04, 19 April 2023
  • ...re code. By default, 1/2 of the points are for correctness, 1/4 for style, 1/4 for being safe/secure. Sometimes only the correctness will be graded. For ...rrectness and style. By default, 2/3 of the points are for correctness and 1/3 for style. Points are subtracted for any statement that you include that
    6 KB (1,045 words) - 01:17, 26 May 2024
  • ...rect if there are 0 grades (see above - that may be considered bad input), 1 grade, or more. ...ze''': always allocate enough space for the largest string you will need + 1 for the terminating NULL character. For example, the following is not ok: <
    3 KB (595 words) - 14:41, 28 July 2023

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)