jwalsh/hy-algorithms

Create comprehensive algorithm cheat sheets

開放

#47 建立於 2025年3月29日

 (0 則留言) (0 個反應) (0 位負責人)Hy (0 個分叉)auto 404
documentationgood first issue

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Develop comprehensive algorithm cheat sheets for quick reference:

Cheat sheet categories:

  • Sorting algorithms
  • Searching algorithms
  • Graph algorithms
  • Dynamic programming patterns
  • Tree algorithms
  • String algorithms
  • Mathematical algorithms

Content for each algorithm:

  • Time and space complexity
  • Key characteristics
  • When to use / when not to use
  • Implementation hints
  • Common pitfalls
  • Code snippet in Hy

Format options:

  • Markdown documentation
  • Printable PDF
  • Interactive web version
  • Comparison tables

Additional features:

  • Decision flowcharts for algorithm selection
  • Visual algorithm comparison
  • Problem-to-algorithm mapping guide
  • Quick implementation templates

These cheat sheets will serve as quick references for algorithm selection and implementation, helping users choose the right algorithm for specific problems and remember key implementation details.

貢獻者指南