Hao Xu Blog

回首向来萧瑟处, 归去, 也无风雨也无晴

Datawhale AI春训营SAIS Medicine

Notes for SAIS Medicine Improvements

Markdown Miscellaneous

Markdown 笔记 / 杂记

Git Miscellaneous

git status                // 查看状态  
git add <file>            // 添加文件  
git commit -m "message"   // 提交  
git log                   // 查看提交记录  
git pull origin <branch>  // 拉取远程分支  
git push origin <branch>  // 推送到远程分支  

LLM Miscellaneous

LLM 笔记 / 杂记

代码随想录Leetcode Day5 Hash Table Part 1

242. Valid Anagram, 349. Intersection of Two Arrays, 202. Happy Number, 1. Two Sum

代码随想录Leetcode Day4 Linked List Part 2

24. Swap Nodes in Pairs, 19. Remove Nth Node From End of List, 160. Intersection of Two Linked Lists, 142. Linked List Cycle II

代码随想录Leetcode Day3 Linked List Part 1

203. Remove Linked List Elements, 707. Design Linked List, 206. Reverse Linked List

代码随想录Leetcode Day2 Array Part 2

209. Minimum Size Subarray Sum, 59. Spiral Matrix II, Interval Sum, Developers Purchase Land

代码随想录Leetcode Day1 Array Part 1

704. Binary Search, 27. Remove Element, 977. Square of a Sorted Array

Neovim Tips

Notes on Neovim and LazyVim