Last updated:
0 purchases
routly
Routly #
Routly is a personal project designed for self-training in data structures and algorithms. The primary focus is on utilizing binary trees or tree algorithms to efficiently identify URL path matches.
Examples #
Dynamic ID Matching:
Path Template: /users/{id}
Example Path: /users/thisIsID10
Strict Integer ID Matching:
Path Template: /users/{id:int}
Example Path: /users/1323
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.