Skip to content

Commit

Permalink
lect 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dibamirza committed Oct 23, 2023
1 parent 0096426 commit 5422e43
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified _lectures/CS24_Lecture6.pdf
Binary file not shown.
Binary file added _lectures/CS24_Lecture7.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions _lectures/lect07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
lecture_date: 2023-10-23
num: "lect07"
desc: "BST wrap up + intro to running time analysis"
ready: true
pdfurl: /lectures/CS24_Lecture7.pdf
annotatedpdfurl: /lectures/CS24_Lecture7_ann.pdf
annotatedready: false
---
# Code from lecture
[{{site.lect_repo}}/tree/main/{{page.num}}]({{site.lect_repo}}/tree/main/{{page.num}})

# Topics
* We'll wrap up our discussion of BSTs
- Remaining BST operations (predecessor, successor, delete)
* Discuss and motivate runtime analysis

0 comments on commit 5422e43

Please sign in to comment.