自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

我的AI笔记

主要记录大四毕设以来的学习内容

  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 求平面上第K近的点

Problem description: Given NNN points on the plane. Find the KthKthKth closest point to the origin (0,0)(0,0)(0,0). (Here, the distance between two points on a plane is the Euclidean distance.) Input: Line 1: NNN KKK Others: point coordinate Output: Line 1

2020-10-20 22:52:00 239

原创 求m^n的后三位数(时间复杂度O(logn))

Problem description: Given two integers m and n, find the integer represented by the last three digits of mnm^nmn. For example, if m=3m=3m=3 and n=9n=9n=9, the returned number should be 683(39=19683)683(3^9=19683)683(39=19683). Please give an algorithm wit

2020-10-20 22:43:41 542

Pandas基础-数据集.zip

Pandas基础:文件读取与写入、Series和Dataframe、常用基本函数、排序对应的数据集。

2020-07-02

used_car_data.zip

阿里云天池比赛——二手车交易价格预测数据集,包含训练集和测试集B。用于入门机器学习数据挖掘的非常好的比赛。

2020-05-01

空空如也

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

TA关注的人

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