Add TODO questions

This commit is contained in:
Marcelo Boeira
2021-06-05 09:53:19 +02:00
parent eda57549eb
commit 37dfde5490
3 changed files with 8 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ graph TD
DS --> Semaphore
DS --> Graph[Graph]
DS --> T3[Tree]
DS --> HS[HashMap/Table]
DS --> HS[HashMap/HashTable]
SW --> DB[Databases]
DB --> DBT[Theory]