2 people like it.
Like the snippet!
Nested recursive loop which has certain uses cases for loop optimization when you don't want to traverse across entire ranges but rather subsets incrementally and decrementally etc.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: |
|
Link: | http://fssnip.net/80A |
Posted: | 3 years ago |
Author: | Martin Lockstrom |
Tags: | #nested loops , #recursion |