Skip to content
Snippets Groups Projects
Commit a3160083 authored by Kevin Lin's avatar Kevin Lin
Browse files

lessons: Remove extra 'so'

parent 6d587a65
No related branches found
No related tags found
No related merge requests found
Pipeline #525615 passed with stages
in 34 seconds
......@@ -106,7 +106,7 @@ Array representation is the default and assumed representation for a binary heap
Node representation
: Explicitly maintains tree structure through a hierarchy of references.
: Only maintains parent-to-child references, so which makes `swim` challenging to efficiently implement.
: Only maintains parent-to-child references, which makes `swim` challenging to efficiently implement.
Array representation
: Implicitly maintains tree structure through a mapping between array indices and tree location.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment