# algorithm **Repository Path**: oceanwave/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: 算法分析和实现,刷题,整理 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-29 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README algorithm ============= algorithm_box ------------- 1. 面试或刷题的算法练习 coursera目录 ------------- 这个是courera的学习记录 1. Algorithmic Toolbox 2. Data Structures 3. Algorithms on Graphs 4. Algorithms on Strings 5. Advanced Algorithms and Complexity matters computational目录 ------------- 学习fxt book上算法的笔记 1. bit 相关的算法,以及在进行bit运算时会遇到的陷阱, 这些对于理解计算机中数值的表示很有帮助 programming pearls目录 ------------- 《编程珠玑》上的练习 1. Part1_coulumn1, bitmap算法的实现和练习