小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然

2015年11月17日

摘要: 题目Implement the following operations of a queue using stacks.push(x) – Push element x to the back of queue. pop() – Removes the element from ... 阅读全文
posted @ 2015-11-17 13:45 Coding菌 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: 题目Given two strings s and t, write a function to determine if t is an anagram of s.For example, s = “anagram”, t = “nagaram”, return true. s ... 阅读全文
posted @ 2015-11-17 13:33 Coding菌 阅读(124) 评论(0) 推荐(0) 编辑