自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (16)
  • 收藏
  • 关注

空空如也

LeetCode9 Palindrome Number

Determine whether an integer is a palindrome. Do this without extra space. Java AC版本

2018-01-09

LeetCode String to Integer(atoi)

Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input cases. Notes: It is intended for this problem to be specified vaguely (ie, no given input specs). You are responsible to gather all the input requirements up front. Java AC版本

2018-01-09

LeetCode7 Reverse Integer

Given a 32-bit signed integer, reverse digits of an integer. Java AC版本

2018-01-09

LeetCode6 ZigZag Conversion

The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) Java AC版本

2018-01-09

LeetCode5 Longest Palindromic Substring

Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Java AC 版本

2018-01-09

LeetCode4 Median of Two Sorted Arrays

There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)). Java AC版本

2018-01-09

LeetCode3 Longest Substring Without Repeating Characters

Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the length is 3. Given "bbbbb", the answer is "b", with the length of 1. Given "pwwkew", the answer is "wke", with the length of 3. Note that the answer must be a substring, "pwke" is a subsequence and not a substring. Java AC版本

2018-01-09

LeetCode2 Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. java AC版本

2018-01-09

操作系统概念第七版答案(含编程代码)

本文档为操作系统概念 机械工业出版社第七版课后习题答案,并包括部分编程习题代码

2016-07-03

基于yacc实现的语法分析和语义分析

本资源来源于北邮编译原理作业,代码中的语法分析和语义分析均为基于yacc实现,文件中包括代码、文档、测试用例。可供yacc初学者学习参考。

2016-07-03

C语言词法分析程序

本资源内包含C语言词法分析源代码,测试用例,以及详细实验报告,虽然来源于北邮编译原理作业,虽然本例最终没有完全实现C语言的所有词法分析,但是可供初学lex的朋友作为一个实例进行参考。

2016-07-03

组合数学引论课件

北京邮电大学数学系 资源提供中国科学技术大学出版组合数学引论第二版对应的教学课件

2015-06-05

离散数学及其应用答案

本书为机械工业出版社出版离散数学及其应用,英文版偶数题答案。

2015-05-29

计算机网络中文版

此书为机械工业出版社英文版计算机网络的中文翻译书,本书为第五版中文教材,由清华大学出版社出版,潘爱民等译。

2015-05-29

计算机网络课后习题答案

此书为机械工业出版社第5版习题答案,答案为英文版,相比中文版更加全面,并且答案解释更加准确

2015-05-29

哈夫曼编码与解码

文档提供构造哈夫曼编码与解码,构造哈夫曼树。

2015-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除