User profile: tntxtnt

User info
User name:tntxtnt
Name:Tri Tran
Location:Houston, TX
Bio:I love Python but I code in C++
History
Joined:
Number of posts:211
Latest posts:

Organic Life, Simply too weak
RAM = short term memory, HDD = long term memory. You can knock down a human and possibly give him/he...

program to return english words for numbers
Do you know what a hash table with key=number and value=string is? [code]std::unordered_map<int,std:...

program to return english words for numbers
^ and that hash table would be just a vector of strings. Can your vector hold a billion numbers? Ma...

Javascript Question
on Firefox you can use Stylish add-on. Write new style -> For twitch.tv.... -> Enter: [code].nick ...

Unscrambler - DIFFICULT!
one way to do it is for each permutation p of WordToUnscramble, check if p is in dictionary. diction...