Skip to content

Commit a30a66b

Browse files
authored
Added comments to week 5.
1 parent f6a4f81 commit a30a66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,10 +571,10 @@ Applications:
571571

572572
## Session 1 - Search Trees, and Balanced Trees
573573

574+
For interviews, definitely know the properties and implementation of binary search trees. For balanced trees, know the general advantages of each, but you will probably not be asked to straight up implement an AVL Tree. You might have to do something that uses that idea where you would more or less end up inventing it on the fly.
575+
574576
- ### Binary search trees: BSTs
575577
- [ ] [Series](https://www.coursera.org/learn/data-structures/lecture/E7cXP/introduction)
576-
577-
578578

579579
- ### Balanced search trees
580580
- AVL trees

0 commit comments

Comments
 (0)