How to create a hash table in ATS? -


could show me example makes typical use of hash table? want build such table test whether given string represents legal word in english dictionary.

you can use myhashtblref.hats interface build own hash table types. see this chapter of ats2 tutorial motivational example.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -