最新 最热

LeetCode 7.Reverse Integer

Given a 32-bit signed integer, reverse digits of an integer.

2021-07-23
1

LeetCode 152. Maximum Product Subarray

Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product.

2021-07-23
1

LeetCode 50. Pow(x, n) (Tag:Binary Search)

Implement pow(x, n), which calculates x raised to the power n (xn).

2021-07-23
1

Java泛型使用需要小心

代码经过一些转换你如果不注意以为这里还是Integer那么就会出问题,当然出问题了你应该第一时间怀疑是String,而不用特别的纠结...

2021-07-13
0

VBA代码库12:处理日期和时间

本文中的代码来自于www.cpearson.com,特辑录于此,方便在需要时参考。

2021-07-12
1

Archived | 307-13-子集枚举DP

参与考古挖掘的小明得到了一份藏宝图,藏宝图上标出了n个深埋在地下的宝藏屋, 也给出了这n个宝藏屋之间可供开发的m条道路和它们的长度。

2021-05-21
0

ZOJ 3635 Cinema in Akiba

Cinema in Akiba (CIA) is a small but very popular cinema in Akihabara. Every night the cinema is full of people. The layout ofCIA is very interesting, as there ...

2021-05-14
1

如果只能做整数Integer运算还能用BERT吗?

想当年,其实估摸着也就大半年前,多多同学还在实验室瞪大眼睛盯着一种叫做xilinx系列的板子,调试着一种叫做VHDL的语言,还记得那个写代码的工具叫做Vivado,不知道大家听说过没有?那个时候,我想实现一个复杂的公式,涉及的计算稍...

2021-04-08
1

【进阶之路】理解结构型模式开发(享元模式)

.markdown-body{word-break:break-word;line-height:1.75;font-weight:400;font-size:15px;overflow-x:hidden;color:#333}.markdown-body h1,.markdown-body h2,.markdown-...

2021-04-02
1

图+dfs+gcd

最近在做codeforces上面的题,感觉质量挺高的,而且区分难易,便于入手。今天做到的这题考察的东西不少,由于本人水平不济(其实是懒),只能看看别人写的代码,找到一个写的挺好的,多多学习。...

2021-02-24
1