Fix typos. (#1829)

This commit is contained in:
Fangjun Kuang
2021-09-13 21:17:39 +08:00
committed by GitHub
parent c4cdbe369e
commit d28958ae66

View File

@@ -4,7 +4,7 @@
/*
Basic idea: provide concepts that define the interface(s) to different kinds of graphs so that you can do
basic graph operations and algoriths without knowing exactly which kind of graph it is and keep ignorant
basic graph operations and algorithms without knowing exactly which kind of graph it is and keep ignorant
about implementation details.
Basic design idea: do like the STL