DMITRII’s Substack
Subscribe
Sign in
Share this post
DMITRII’s Substack
# 5.07.2025 [1394. Find Lucky Integer in an Array]
Copy link
Facebook
Email
Notes
More
# 5.07.2025 [1394. Find Lucky Integer in an…
DMITRII SAMOILENKO
Jul 5
Share this post
DMITRII’s Substack
# 5.07.2025 [1394. Find Lucky Integer in an Array]
Copy link
Facebook
Email
Notes
More
The most brute-force is O(n^2), the fastest is O(n) and O(1) memory.
Read →
Comments
Share
Copy link
Facebook
Email
Notes
More
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts
Share this post
# 5.07.2025 [1394. Find Lucky Integer in an…
Share this post
The most brute-force is O(n^2), the fastest is O(n) and O(1) memory.