CS50 - This is CS50x 我的CS50课程学习记录,这门课连续多年被哈佛大学学生评为最受欢迎的公选课程,计算机的入门课程。 2024-10-13 Course > Introduction to Programming #CS Course
Data Mining - 数据挖掘(零)环境配置 本文主要介绍了进行数据挖掘所需配置的环境的安装和使用(Conda)。 2024-10-12 Course > Data Mining #Machine Learning #Data Mining
LC 1816. Truncate Sentence The solution of LeetCode problem No.1816. 2024-01-29 LeetCode > Easy #Algorithm #Simulation #Array #String
LC 1385.Find the Distance Value Between Two Arrays The solution of LeetCode problem No.1385. 2024-01-28 LeetCode > Easy #Algorithm #Array #Sorting #Two Pointers #Binary Search