An open API service indexing awesome lists of open source software.

https://github.com/seifalmotaz/routly

Routly: Elevating skills through dynamic data structures, using binary trees for precise URL path matching.
https://github.com/seifalmotaz/routly

algorithms algorithms-and-data-structures dart dartlang data-structures

Last synced: 4 months ago
JSON representation

Routly: Elevating skills through dynamic data structures, using binary trees for precise URL path matching.

Awesome Lists containing this project

README

          

# 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

1. **Dynamic ID Matching:**
- Path Template: `/users/{id}`
- Example Path: `/users/thisIsID10`

2. **Strict Integer ID Matching:**
- Path Template: `/users/{id:int}`
- Example Path: `/users/1323`