public void TestSimplifyPath()
        {
            string str = "/home/a";

            ReverseLinkedList.SimplifyPath(str);
        }