• Stars
    star
    3
  • Rank 3,951,073 (Top 79 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Iterator design pattern of recursive enumerations which reduce the running time cost to a linear function by retaining the recursion stack between iteration steps.