MCPcopy Create free account
hub / github.com/Rohit91singh9/Coding-DP-DSA / Router

Method Router

BuildingsWithWifi.java:20–23  ·  view source on GitHub ↗
(int location, int range)

Source from the content-addressed store, hash-verified

18 int range;
19
20 Router(int location, int range) {
21 this.location = location;
22 this.range = range;
23 }
24 }
25
26 public int getServedBuildings(List<Integer> buildingCount, List<Integer> routerLocation, List<Integer> routerRange) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected