|
Github page Please fill out the evaluation form here. Schedule a consultation View CCSS Workshops Request access to CCSS Cloud Computing Resources, Gain access to our statistical software for…
|
|
Session Chair: Nadya Peek Keynote by Scott Hudson (Carnegie Mellon University) Estimating Yarn Length for Machine-Knitted Structures Gabrielle Ohlson, Angelica M. Bonilla Fominaya, Kavya…
Content Categories
Other Creation Date
October 09, 2023 Creator 1 First Name
Thijs Creator 1 Last Name
Roumen Creator 1 Role
Host Creator 1 NetID
tjr92 Language
English Searchable
Yes Landing Page
https://scf.acm.org
|
|
|
|
Handout: https://docs.google.com/document/d/1G1EuMyhJLSNCVGAo2nULpmCccO8vErvE/edit?usp=sharing&ouid=117340435... Copy of Commands:…
|
|
|
|
You do not need to download any software to prepare. Here is what you will need: 1. Open the following link:…
|
|
|
|
Zoom Recording ID: 95217932087
UUID: XeOXXTLdReaGoMkl0249tw==
Meeting Time: 2020-11-20T20:15:03Z
|
|
In the previous video, we saw that nested loops are causing our sorting algorithms to be slow. To speed things up, we need to get rid of one of these loops. To do that, we will need a special…
|
|
In the previous video we saw that insertion sort is not an ideal sorting algorithm. In this video we try our hand at another algorithm: selection sort. This is another simple algorithm that may be…
|
|
Through the course, we have only cared about specifications, and not performance. But as we see in this video, sorting is an application where performance really matters. Little changes to the size…
|
|
In this video we introduce insertion sort, which is one of the simplest sorting algorithms to understand. If you have ever sorted cards in your hand it is likely that you have used this sorting…
|
|
Sorting algorithms can be quite sophisticated. In order to understand them, we need some way to visualize them. In this video, we introduce horizontal notation, which is a way to track how much of a…
|
|
In this video, we look at the different ways we can search a list for an element. In doing so, we see that it helps a lot for our lists to be sorted. Hence that will be our focus for the rest of this…
|
|
In this presentation we will review, generators which lead into the last major topic of the course (coroutines). Once again, this will involve a lot of visualization.We also start off this…
|
|
This video is not optional because the material is advanced. It is optional because it is not relevant for the final assignment. However, you may be interested in this video if you want to see…
|