Relative Content

Tag Archive for recursion

Designing a self-describing JSON document system

I’m trying to devise a document system for a specific domain involving simple objects (People, Companies, Invoices, etc.) that would also be able to completely describe itself. This self-description ability would ideally be recursive. The document system will be based on JSON, but I believe the principle in question applies to any structured notation.

Course Map Generator

My university lists the rotation of courses each semester/year. Therefore, it is possible to predict when every class will be taught.

Having trouble understanding recursion [duplicate]

This question already has answers here: In plain English, what is recursion? (18 answers) Closed 11 years ago. I have just started learning about recursion but I’m having a hard time understanding it. Please would you recommend any links or books that explain recursion in detail. c recursion 8 Start with a piece of paper […]

Having trouble understanding recursion [duplicate]

This question already has answers here: In plain English, what is recursion? (18 answers) Closed 11 years ago. I have just started learning about recursion but I’m having a hard time understanding it. Please would you recommend any links or books that explain recursion in detail. c recursion 8 Start with a piece of paper […]