routly 0.0.1 copy "routly: ^0.0.1" to clipboard
routly: ^0.0.1 copied to clipboard

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

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
0
likes
110
pub points
7%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on routly