摘要:
题目Given a list, rotate the list to the right by k places, where k is non-negative.For example: Given 1−>2−>3−>4−>5−>NULL andk=2, return 4−>5−...
阅读全文
摘要:
题目The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order, We get the followi...
阅读全文