This package provides common recursive patterns to iterative implementations. The goal is to provide stack-safe and memory-efficient iterative implementations in python language.
- 🔄 Convert recursive functions to iterative implementations
- 🔧 Type-safe implementations with full typing support
pip install recursion2loop- Tree Traversals (check for more details: tree traversal documentation)
- Tree Operations (check for more details: tree operations documentation)
This project is licensed under the MIT License - see the LICENSE file for details.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
Your contributions are always welcome! Please take a look at the contribution guidelines.