小小程序媛  
得之坦然,失之淡然,顺其自然,争其必然
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页

2015年11月18日

摘要: 题目Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements of n... 阅读全文
posted @ 2015-11-18 14:47 Coding菌 阅读(146) 评论(0) 推荐(0) 编辑
 
摘要: 序最近需要在Ubuntu下使用Qt开发项目,选择简单小巧的SQLite数据库,现将安装配置以及简单操作记录如下,以便日后查阅。安装QtCMake和Qt Creator是Linux下开发C++程序的神器,Ubuntu 15.04已经集成了最新版的Qt Creator (3.1.1)。... 阅读全文
posted @ 2015-11-18 10:21 Coding菌 阅读(775) 评论(0) 推荐(0) 编辑

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) 编辑

2015年11月15日

摘要: 题目Given an integer n, return the number of trailing zeroes in n!.Note: Your solution should be in logarithmic time complexity.Credits: Specia... 阅读全文
posted @ 2015-11-15 12:42 Coding菌 阅读(129) 评论(0) 推荐(0) 编辑

2015年11月14日

摘要: 题目Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, gi... 阅读全文
posted @ 2015-11-14 15:37 Coding菌 阅读(307) 评论(0) 推荐(0) 编辑
 
摘要: 题目Follow up for problem “Populating Next Right Pointers in Each Node”.What if the given tree could be any binary tree? Would your previous so... 阅读全文
posted @ 2015-11-14 15:13 Coding菌 阅读(212) 评论(0) 推荐(0) 编辑

2015年11月13日

摘要: 题目A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null.Return a... 阅读全文
posted @ 2015-11-13 14:05 Coding菌 阅读(650) 评论(0) 推荐(0) 编辑
 
摘要: 题目Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: ... 阅读全文
posted @ 2015-11-13 13:10 Coding菌 阅读(123) 评论(0) 推荐(0) 编辑
 
摘要: 前言cmake是kitware公司以及一些开源开发者在开发几个工具套件(VTK)的过程中所产生的衍生品。后来经过发展,最终形成体系,在2001年成为一个独立的开放源代码项目。其官方网站是www.cmake.org,可以通过访问官方网站来获得更多关于cmake的信息,而且目前官方的英... 阅读全文
posted @ 2015-11-13 11:46 Coding菌 阅读(24502) 评论(0) 推荐(3) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页