Blogs

关于当前AI趋势的旁观者的一点反思

当前的AI主题是LLM, Agent, ALL in显卡 服务器,大量的电力消耗和用户争夺。 但是在实际的应用中, 我那AI tools当作大数据搜索整合工具, 而不是真正意义上的人工智能。 举几个例…

算法面试: 数据结构和算法

近几个月,有了充裕的时间学习和练习算法面试。 开了个博客记录C++ Leetcode进展:https://robinali34.github.io/blog_leetcode/ 是时候写一写小结了。

Look back: AI tools v.s. coding

For a long time I am not sure about what role AI tools shall be when I am coding. Key questions are:…

[Medium] 33. Search in Rotated Sorted Array

Note: Leetcode questions moved to github page: https://robinali34.github.io/blog_leetcode/ Template …

Leetcode in Python

My repo for Leetcode solutions in Python~