# 数据结构与算法专题实践 **Repository Path**: yyhSEU/algorithmAndDataStructurePractice ## Basic Information - **Project Name**: 数据结构与算法专题实践 - **Description**: 东南大学数据结构与算法专题实践 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-23 - **Last Updated**: 2025-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Data-structures, Python ## README # 数据结构与算法专题实践 ## Phase 1 (Matrix Multiplication) 简单实现Cache的缓存策略,并指定Cache的缓存行大小,评估不同矩阵乘法计算中CacheHit,并与理论值做对比 - Cache missing simulation for matrix multiplication - Count the missed hits - Simulation v.s. Theroetical results