|
|
вернуться в форумSolving using Python 3.8 x64 Послано wnik 11 ноя 2020 00:10 Hi people. It looks like there is no one solution which used Python 3.8 x64. I use a linear algorithm (one pass, actually) but I still get TLE21. Are there any options for python or should I just use another language? Thanks. Re: Solving using Python 3.8 x64 Послано wnik 11 ноя 2020 00:17 No worries, Boyer-Moore works well. My first approach was a bitwise (digit) based. It's a one pass as well, but a bit slower. |
|
|