Simplify Path

[Problem Link] Tokenize the string with ‘/’ as a delimiter. Create a graph where nodes have pointers to parent nodes. Keep moving up(& down)...

Integer to English Words

Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 – 1. [Problem Link] Create a...