# Algorithm Practice **Repository Path**: iabf/algorithm-practice ## Basic Information - **Project Name**: Algorithm Practice - **Description**: Algorithm practice - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-22 - **Last Updated**: 2024-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Algorithm Practice 算法/数据结构练习。 ### Coding Practice 各种尚未熟悉 git 时的零散项目代码,包括数据结构的实现练习、语言学习等。 - C - Tic-Tac-Toe: 整合六种难度/实现的井字棋 - MiniShell: 实现一个迷你shell终端 - C++ - B-Tree - Heap - AVLTree: 平衡二叉搜索树 - BSTree: 二叉搜索树 - RBTree: 红黑树 - 表达式求值: 对包括[+-*/%^()]运算符号的表达式求值 - Java - CalExp: 表达式求值,支持基础运算符号和基本数据类型的定义 - CDShop: 多线程CD出租销售 ### Contest 一些比赛记录。 ### Open Judge 各个OJ上刷的题。 ### Program Training 某课程的代码打包。