updating DIRECTORY.md

This commit is contained in:
github-actions 2021-02-17 22:39:14 +00:00
parent 3682694f76
commit 1028b7b9aa

View File

@ -98,6 +98,11 @@
* Trie
* [Trie](https://github.com/TheAlgorithms/C/blob/master/data_structures/trie/trie.c)
## Developer Tools
* [Malloc Dbg](https://github.com/TheAlgorithms/C/blob/master/developer_tools/malloc_dbg.c)
* [Malloc Dbg](https://github.com/TheAlgorithms/C/blob/master/developer_tools/malloc_dbg.h)
* [Test Malloc Dbg](https://github.com/TheAlgorithms/C/blob/master/developer_tools/test_malloc_dbg.c)
## Exercism
* Acronym
* [Acronym](https://github.com/TheAlgorithms/C/blob/master/exercism/acronym/acronym.c)