Transcript Table
Note: Lines that are metadata or do not contain timestamps are greyed out and do not have active links.
Results of Search: 176,291 lines — Showing 5901 - 5920.
| Course | Level | Date | Clip# | Line | Interlocutor | Content |
|---|---|---|---|---|---|---|
| Oral Assessments | Graduate | 2023-08-01 | 3 | 74 | S01 | is using a linked list↗ which we've talked before↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 75 | S01 | or we can use an array↗ which is much simpler↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 76 | S01 | and also we can use the um S- STL that is provided |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 77 | S01 | by C plus plus library↗ and why is this important |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 78 | S01 | because um after that we'll talk about the peel which |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 79 | S01 | is a very similar s- data structure↗ but that's first |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 80 | S01 | in first out structure↗ and um we can know that |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 81 | S01 | the first in last out um problem is very common |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 82 | S01 | in real world examples↗ and if we use that we will |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 83 | S01 | um fit this data structure very well to our |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 84 | S01 | problems↗ and it will um enhance the performance |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 85 | S01 | of our data algorithms↗ it's much simpler and faster↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 86 | S01 | than the common arrays that we've learned before↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 87 | T02 | so I have a question↘ so why is it simpler |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 88 | T02 | and faster than the other common arrays |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 89 | T02 | that we've learned↘ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 90 | S01 | oh um because if we just use the common arrays↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 91 | S01 | then uh we can see if um there is a um (1.0) |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 92 | S01 | insert operation↗ or a delete operation↗ |
| Oral Assessments | Graduate | 2023-08-01 | 3 | 93 | S01 | then we have to like if I want to delete this item↗ |