MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/String/Compress.java:21–25  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

19
20
21 public static void main(String[] args) {
22 String str = "aavv";
23 System.out.print(compressq(str));
24
25 }
26 }
27//time Complexcity O(N) :) #NIshit

Callers

nothing calls this directly

Calls 2

compressqMethod · 0.95
printMethod · 0.45

Tested by

no test coverage detected