小小程序媛 |
|
||
得之坦然,失之淡然,顺其自然,争其必然 |
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... 阅读全文
摘要:
序最近需要在Ubuntu下使用Qt开发项目,选择简单小巧的SQLite数据库,现将安装配置以及简单操作记录如下,以便日后查阅。安装QtCMake和Qt Creator是Linux下开发C++程序的神器,Ubuntu 15.04已经集成了最新版的Qt Creator (3.1.1)。... 阅读全文
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 ... 阅读全文
摘要:
题目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 ... 阅读全文
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... 阅读全文
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... 阅读全文
摘要:
题目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... 阅读全文
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... 阅读全文
摘要:
题目Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: ... 阅读全文
摘要:
前言cmake是kitware公司以及一些开源开发者在开发几个工具套件(VTK)的过程中所产生的衍生品。后来经过发展,最终形成体系,在2001年成为一个独立的开放源代码项目。其官方网站是www.cmake.org,可以通过访问官方网站来获得更多关于cmake的信息,而且目前官方的英... 阅读全文
|
Copyright © 2024 Coding菌
Powered by .NET 9.0 on Kubernetes |