# datastructure_algorithms **Repository Path**: cat_mouse/datastructure_algorithms ## Basic Information - **Project Name**: datastructure_algorithms - **Description**: 基本的数据结构 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-16 - **Last Updated**: 2024-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据结构和算法学习代码保存。 里面内容包含了: 10种数据结构:数组、链表、队列、栈、二叉树,二叉搜索树、AVL树、红黑树、234树、图; 14种常见算法:递归、二分查找、冒泡排序、快速排序、堆排序、计数排序、插入排序、选择排序、希尔排序、归并排序、贪婪算法、分治算法、回溯算法、动态规划; 4种字符串匹配算法:BF算法、RK算法、BM算法、Trie算法。 笔记内容也写成了博客,放在了:https://blog.csdn.net/lxx19941220/category_8864035.html