We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622e1e9 commit 82ef8b1Copy full SHA for 82ef8b1
problem-3/README.md
@@ -1,10 +1,14 @@
1
-# Problem 2
+# Problem 3
2
3
-Link: https://leetcode.com/problems/make-the-string-great/description/
+Link: https://leetcode.com/problems/make-the-string-great/
4
5
-## Benchmarks
+# Benchmarks
6
7
-| CPU | Time | Mem |
8
-|-------|-------|------|
+| | Time (mean ± σ) | Range (min … max) | Avg.Memory | Runs |
+| --- | --- | --- | --- | --- |
9
+| Python | 10.0 ms ± 2.4 ms | 7.2 ms … 26.2 ms | 8240k | 111 runs |
10
+| Mojo | 176.9 ms ± 17.0 ms | 161.6 ms … 216.5 ms | 39000k | 13 runs |
11
-Which performed better?
12
+# Which performed better?
13
+
14
+The Python code ran 17.67 ± 4.61 times faster than the Mojo code
0 commit comments