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 0b7c00e commit afb23ddCopy full SHA for afb23dd
README.md
@@ -1,8 +1,9 @@
1
-# Data Structures & Algorithms: (C) Hash Tables
+# Data Structures & Algorithms: [C] Hash Tables
2
3
-Implementation of the hash table and derived structures,
4
-inspired by a talk of [Luciano Ramalho](https://www.linkedin.com/in/lucianoramalho/) during
5
-[PyBR2023](https://2023.pythonbrasil.org.br/).
+Implementation of a hash table and related structures
+like [set](<https://en.wikipedia.org/wiki/Set_(abstract_data_type)>),
+inspired by a talk of [Luciano Ramalho](https://www.linkedin.com/in/lucianoramalho/)
6
+during [PyBR2023](https://2023.pythonbrasil.org.br/).
7
8
## Setting up
9
0 commit comments