Skip to content

Commit afb23dd

Browse files
committed
update readme
1 parent 0b7c00e commit afb23dd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Data Structures & Algorithms: (C) Hash Tables
1+
# Data Structures & Algorithms: [C] Hash Tables
22

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/).
3+
Implementation of a hash table and related structures
4+
like [set](<https://en.wikipedia.org/wiki/Set_(abstract_data_type)>),
5+
inspired by a talk of [Luciano Ramalho](https://www.linkedin.com/in/lucianoramalho/)
6+
during [PyBR2023](https://2023.pythonbrasil.org.br/).
67

78
## Setting up
89

0 commit comments

Comments
 (0)