写点什么

arts

0 人感兴趣 · 18 次引用

  • 最新
  • 推荐

ARTS - Week 6

用户头像
Khirye
2021-03-10

Algorithm 每周一道算法题 Review 每周Review一篇英文文章 Tips 每周分享一个编程小技巧 Share 每周分享一篇有观点的技术文章

ARTS - Week 4

用户头像
Khirye
2020-06-27

ARTS - Week 4 反转二叉树 Guide To CompletableFuture Java 8 Function Feature 如何保证消息不丢失

ARTS-week-4

用户头像
youngitachi
2020-06-21

Leetcode 26: https://leetcode.com/problems/remove-duplicates-from-sorted-array/

ARTS-week-3

用户头像
youngitachi
2020-06-14

[89. Gray Code](https://leetcode.com/problems/gray-code/)

https://static001.geekbang.org/infoq/cc/cc0369d7a8c82c95f0ae8f9ca8360fbd.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

LeetCode | 3. Roman to Integer 罗马数字转整数

用户头像
Puran
2020-06-08

本文是 LeetCode 算法题库中的第十三道题,Roman to Integer 的实现记录,主要是使用了两种思路:前后数字对比和正则表达式。

https://static001.geekbang.org/infoq/d2/d2930c1c843458da51be77eac39ba6d7.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

ARTS|Week 2 PlantUML 的学习和分享

用户头像
Puran
2020-06-06

本次ARTS活动打卡,完成了整数反转的算法题,Review了Apple在iOS 13之后在开发和测试阶段做的策略调整的文章,总结了PlantUML的使用并进行了分享。

https://static001.geekbang.org/infoq/c7/c7b9abf7b2f9ad3ff6e75190150b9847.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

LeetCode | 2. Reverse Integer 整数反转

用户头像
Puran
2020-06-03

本文是 LeetCode 算法题库中的第七道题的算法实现,主要学习的知识点包括Python 的列表及其切片、Python 的取模操作、Python 的 int 最大值,和C# 的整型转字符串、字符串转字符、数组的反转等。

https://static001.geekbang.org/infoq/05/05c1973f919570a048c47b36a6a91157.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

LeetCode | 1. Two Sum 两数之和

用户头像
Puran
2020-06-02

本文是对 LeetCode 题库中的 TwoSum 算法题的记录,包括 Python 和 C# 两种实现。对 Python 的函数注解 Function Annotations、Map 函数、Enumerate 函数和 C# 的 Dictionary 也有一些介绍。

https://static001.geekbang.org/infoq/2b/2beaba546835f7614b54f834026b7980.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

初识 LeetCode

用户头像
Puran
2020-06-02

本文是对LeetCode的一个简单记录,从OJ,到题库和一些参考资源(本文首发于 CSDN)

ARTS-week-1

用户头像
youngitachi
2020-05-30

189. Rotate Array (Easy)

arts_arts技术文章_InfoQ写作社区