We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6d3d4 commit 4bdfdb5Copy full SHA for 4bdfdb5
README.md
@@ -30,10 +30,10 @@ Additional material:
30
1. [Hash Tables](#hash-tables).
31
1. [Heaps](#heaps).
32
1. [Collections](#collections):
33
- 1. [namedtuple](#collections.namedtuple).
34
- 1. [defaultdict](#collections.defaultdict).
35
- 1. [Counter](#collections.counter).
36
- 1. [OrderedDict](#collections.ordereddict).
+ 1. [namedtuple](#collectionsnamedtuple).
+ 1. [defaultdict](#collectionsdefaultdict).
+ 1. [Counter](#collectionscounter).
+ 1. [OrderedDict](#collectionsordereddict).
37
38
## Primitive Types
39
0 commit comments