Dynamic Programming I
Problem B
Longest Increasing Subsequence — Problem Statistics
Back to problem description
Submissions | 2069 |
Accepted submissions | 689 |
Submission ratio | 33.30% |
Authors | 346 |
Accepted authors | 294 |
Author ratio | 84.97% |
The 10 fastest solutions (all languages)
# | User | Runtime | Language | Date | |
---|---|---|---|---|---|
1 | Adam Combler | 0.03 s | C++ | 2018-02-05 14:39:15 | |
2 | Bjarki Ágúst Guðmundsson | 0.04 s | C++ | 2014-04-25 21:00:38 | |
3 | Leif Eriksson | 0.04 s | C++ | 2018-05-28 10:31:28 | |
4 | Hidden user | 0.04 s | C++ | 2020-02-12 14:18:23 | |
5 | Erik Nikko | 0.04 s | C++ | 2021-02-01 09:35:26 | |
6 | Axel Thelin | 0.04 s | Rust | 2024-02-05 10:26:55 | |
7 | Leo Strand | 0.04 s | C++ | 2024-02-14 11:44:10 | |
8 | Alexander Berntsson | 0.04 s | Rust | 2025-04-03 13:23:50 | |
9 | Hannes Snögren | 0.05 s | Rust | 2024-07-28 14:56:45 | |
10 | Edvin Kjell | 0.05 s | Rust | 2024-10-30 13:35:21 |
The 10 shortest solutions (all languages)
# | User | Length | Language | Date | |
---|---|---|---|---|---|
1 | Gustav Elmqvist | 336 | Python 3 | 2023-01-23 21:39:55 | |
2 | Emanuel Särnhammar | 637 | C++ | 2023-02-02 15:10:45 | |
3 | Enrique Javier Cobo Jimenez | 738 | Python 3 | 2024-07-27 20:40:23 | |
4 | Gasparas Grikainis | 800 | C++ | 2024-07-25 18:25:06 | |
5 | Axel Matstoms | 856 | Python 3 | 2024-08-13 11:36:08 | |
6 | Isak Jonsson | 880 | Python 3 | 2024-09-03 17:00:49 | |
7 | Moustafa Kassem | 891 | Python 3 | 2024-08-21 22:20:35 | |
8 | Hassan Mustafa | 906 | Python 3 | 2023-04-24 20:12:51 | |
9 | Hans Birkedal | 918 | Python 3 | 2023-02-12 00:10:45 | |
10 | Gabriel Suihko | 929 | C++ | 2021-06-07 16:04:31 |