fixed a mistype

main
Inga 🏳‍🌈 6 months ago
parent a5f43cb7fa
commit c3b6151b45
  1. 2
      hostnames_allocator/README.md

@ -59,7 +59,7 @@ In this implementation, Rust's [BTreeMap](https://doc.rust-lang.org/beta/std/col
which is supposed to provide the same logarithmic asymptotic complexity in practice.
Range starts are used as keys and range ends as values.
Memory requirements are `O(log(number of ranges))` plus combined length of all host types.
Memory requirements are `O(number of ranges)` plus combined length of all host types.
Constant factors were not considered in this implementation.

Loading…
Cancel
Save