Skip to content

Files

Latest commit

a75c36e · Feb 11, 2024

History

History

problem-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 11, 2024
Feb 11, 2024
Feb 11, 2024

Problem 1

Link: https://leetcode.com/problems/length-of-last-word/description/

##Benchmarks

Benchmark 1: python3 problem-1.py Time (mean ± σ): 11.1 ms ± 1.6 ms [User: 9.4 ms, System: 1.8 ms] Range (min … max): 8.8 ms … 22.1 ms 212 runs

Warning: Statistical outliers were detected. Consider re-running this benchmark on a quiet system without any interferences from other programs. It might help to use the '--warmup' or '--prepare' options.

Benchmark 2: mojo problem-1.mojo Time (mean ± σ): 222.3 ms ± 9.7 ms [User: 238.4 ms, System: 28.6 ms] Range (min … max): 205.5 ms … 238.0 ms 14 runs

##Which performed better? 'python3 problem-1.py' ran 19.95 ± 3.02 times faster than 'mojo problem-1.mojo'