mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

Heap video posted #516

Open mikeizbicki opened 1 year ago

mikeizbicki commented 1 year ago

I've posted the Heap video online at: https://www.youtube.com/watch?v=K18x6xPFTgg.

You can find instructions for the homework assignment at: https://github.com/mikeizbicki/cmc-csci046/tree/2023spring/topic_09_heap.

Recall:

  1. I've extended the due date for the heap assignment until Thursday (6 Apr) next week.

  2. This assignment has a modified collaboration policy. Copying from the instructions:

IMPORTANT: You should think of this homework like a "take home test" with no time limit. Therefore, this homework has a modified collaboration policy: You may not work with another human on this assignment in any way. For example, you may not:

  1. Discuss the code with another student.
  2. Look at another student's code.
  3. Visit the QCL for help with this assignment.
  4. Post issues to github related to the assignment. If you do have a question, you can ask me in office hours or over email. I may or may not be able to answer your question. I will answer questions related to git or the heap at a high level, but I will not answer questions related to python.

Good luck :)

mikeizbicki commented 1 year ago

Lots of students have reported having trouble getting the heap badge to show up in github. The most likely cause is that your url to the badge currently contains the string tests-Heap, but for this test case everything should be lowercase and so tests-heap is the correct string. Changing the H to h should fix the problem.