Skip to content

Latest commit

 

History

History
106 lines (102 loc) · 11.5 KB

README.md

File metadata and controls

106 lines (102 loc) · 11.5 KB

algorithm

HitCount

log

Learning! Code more, test more and learn more.
This folder contains some test codes. Some of them are my test on online judges, and some are just the test for the new algorithm.

  • Date: 05/07/2014 Change to another lab, but still coding. Keep going!
  • Date: 28/09/2014 Repeated course, so sad!
  • Date: 11/12/2014 Change the folder structure
  • Date: 28/09/2020 Add conclusion

Plan

  1. C++/C,在没有java现有数据结构/模板方法/语法糖协助下,能不能更快地使用比较简单的语言本身的支持来实现解题
  2. 挑战时间、空间最佳,而不仅仅是通过
  3. 图是一直想深入理解的,实际问题怎么转为图的方式解决;

Conclusion

  1. Algebra
  2. Search / Match
  3. Sort
  4. Dynamic Programming
  5. Mathematics
  6. Graph
  7. Tree
  8. List
  9. stack & queue
  10. Engineering
  11. Inspiration
  12. 贪心
  13. Map
  14. Others