Skip to content

Commit 5a1985b

Browse files
RobadobJostMigenda
andauthored
Update episodes/optimisation-data-structures-algorithms.md
Co-authored-by: Jost Migenda <[email protected]>
1 parent 6371525 commit 5a1985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/optimisation-data-structures-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Since Python 3.6, the items within a dictionary will iterate in the order that t
156156

157157
### Hashing Data Structures
158158

159-
Python's dictionaries are implemented as hashing data structures, we can understand where these at a high-level with an analogy:
159+
Python's dictionaries are implemented as hashing data structures, we can understand these at a high-level with an analogy:
160160

161161
A Python list is like having a single long bookshelf. When you buy a new book (append a new element to the list), you place it at the far end of the shelf, right after all the previous books.
162162

0 commit comments

Comments
 (0)