image
Proberen

这家伙很懒,什么也没写

Ta上传的资源(0)个

LeetCode4Median 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 sho

Java 13 0 ZIP 2020-07-31 00:07:05

LeetCode6ZigZag Conversion

Thestring"PAYPALISHIRING"iswritteninazigzagpatternonagivennumberofrowslikethis:(youmaywanttodisplaythispatterninafixedfontforbetterlegibility) JavaAC版

Java 21 0 ZIP 2020-06-08 03:06:31

组合数学引论课件

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

讲义 15 0 ZIP 2019-07-23 10:07:30

LeetCode5Longest Palindromic Substring

Givenastrings,findthelongestpalindromicsubstringins.Youmayassumethatthemaximumlengthofsis1000.JavaAC版本

Java 21 0 ZIP 2019-06-27 20:06:04

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

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

专业指导 22 0 RAR 2019-05-31 08:05:56

LeetCode7ReverseInteger

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

Java 42 0 ZIP 2019-01-17 19:01:02

LeetCode3LongestSubstringWithoutRepeatingCharacters

Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng

Java 33 0 ZIP 2019-01-10 12:01:31

哈夫曼编码与解码

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

C++  27 0 2019-01-09 21:01:30

LeetCode2Add 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 contai

Java 99 0 ZIP 2019-01-02 12:01:34

LeetCode9Palindrome Number

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

Java 43 0 ZIP 2018-12-17 17:12:26