码迷,mamicode.com
首页 >  
搜索关键字:每天一题 好好学习!    ( 890个结果
2019春第四次课程设计实验报告
静态时钟 实验项目功能描述 是一个跟家里钟表差不多的东西 三、项目结构介绍 实现界面显示 代码托管链接:https://gitee.com/mdp123/ma 实验总结 目前只能跟着书上的做,还不能很好的理解这些代码,需要好好学习; 感想:自己还有太多的东西不会 ...
分类:其他好文   时间:2019-06-17 00:46:36    阅读次数:94
【LeetCode每天一题】 Intersection of Two Linked Lists(两个链表的入口节点)
Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: begin to in ...
分类:其他好文   时间:2019-06-07 21:00:31    阅读次数:114
【UVA - 10815】Andy's First Dictionary (set)
Andy's First Dictionary Description 不提英文了 直接上中文大意吧 XY学长刚刚立下了再不过CET就直播xx的flag,为了不真的开启直播模式,XY学长决定好好学习英语。于是他每天都读一篇只包含生词的英语文章,并以自己高达450的智商在一秒钟之内记忆下来。现在给你一 ...
分类:其他好文   时间:2019-06-07 19:06:30    阅读次数:113
【LeetCode每天一题】Insertion Sort List(使用插入法对链表进行排序)
Sort a linked list using insertion sort. Example 1: Example 2: ...
分类:编程语言   时间:2019-06-04 12:34:43    阅读次数:96
【LeetCode每天一题】Binary Tree Preorder Traversal(前序遍历)
Given a binary tree, return the preorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iterativel ...
分类:其他好文   时间:2019-06-02 18:07:04    阅读次数:148
【LeetCode每天一题】Linked List Cycle II(循环链表II)
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we use ...
分类:其他好文   时间:2019-05-31 19:23:13    阅读次数:102
【LeetCode每天一题】Word Break()
Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separated sequ ...
分类:其他好文   时间:2019-05-30 17:28:19    阅读次数:103
【LeetCode每天一题】Single Number(数组中单独的数字)
Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runti ...
分类:编程语言   时间:2019-05-26 12:57:00    阅读次数:132
【LeetCode每天一题】Gas Station(汽油站)
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs ...
分类:其他好文   时间:2019-05-26 12:48:18    阅读次数:99
【LeetCode每天一题】 Valid Palindrome(有效的回文)
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:其他好文   时间:2019-05-22 20:46:14    阅读次数:78
890条   上一页 1 ... 9 10 11 12 13 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!