# blog **Repository Path**: rency/blog ## Basic Information - **Project Name**: blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-10 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [https://rency.github.io/#/](https://rency.github.io/#/) ## 设计模式 - - **创建型模式:** ## 工具 - [使用GitHub Pages + docsify快速搭建一个站点](tool/github-page-docsify.md) - [百闻不如一试——公式图片转Latex代码](tool/image-to-latex.md) - [Linux工作环境搭建——deepin系统的使用](tool/work-on-deepin-linux.md) - [Git使用汇总](tool/about-git.md) - [Kafka常用topic操作命令](tool/kafka-commands.md) - [使用脚本+kafka自带命令行工具 统计数据写入kafka速率](tool/kafka-write-speed.md) - [MacOS如何调整JD-GUI反编译工具字体大小](tool/how-to-adjust-jd-gui-fontsize.md) - [实用网站与工具](tool/awesome-sites.md) ## 面试题 - [非技术面试题汇总](interview/non-technical-interview-questions.md) ## LeetCode **动态规划:** - [爬楼梯](leet-code/0070-climbing-stairs.md) - [使用最小花费爬楼梯](leet-code/0746-min-cost-climbing-stairs.md) - [买卖股票的最佳时机](leet-code/0121-best-time-to-buy-and-sell-stock.md) **贪心算法:** - [跳跃游戏](leet-code/0055-jump-game.md) - [跳跃游戏 II](leet-code/0045-jump-game-ii.md) - [买卖股票的最佳时机 II](leet-code/0122-best-time-to-buy-and-sell-stock-ii.md) **链表:** - [反转链表](leet-code/0206-reverse-linked-list.md) **二叉树** - [二叉树的层序遍历](leet-code/0102-binary-tree-level-order-traversal.md) - [对称二叉树](leet-code/0101-symmetric-tree.md) - [二叉树的前序遍历](leet-code/0144-binary-tree-preorder-traversal.md) - [二叉树的中序遍历](leet-code/0094-binary-tree-inorder-traversal.md) - [二叉树的后序遍历](leet-code/0145-binary-tree-postorder-traversal.md) **栈和队列** - [有效的括号](leet-code/0020-valid-parentheses.md) **数组** - [移除元素](leet-code/0027-remove-element.md) **数学** - [只出现一次的数字](leet-code/0136-single-number.md)