Skip to content

Commit 39456c0

Browse files
committed
2 parents e8ac4e3 + 4623c3a commit 39456c0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
# shingles algorithm (python vs c++ 11)
2+
3+
---
4+
5+
#### C++
6+
7+
D:\shingles-algorithm-python-vs-cpp\cmake-build-debug\cpp_test.exe
8+
9+
100 %
10+
11+
Потрачено: 41.531 секунд
12+
13+
Process finished with exit code 0
14+
15+
---
16+
17+
#### Python 3.7
18+
19+
D:\shingles-algorithm-python-vs-cpp>python main.py
20+
21+
100.0 %
22+
23+
Потрачено: 1.3440008163452148 секунд
24+
25+
---
26+
27+
Вывод прост: Оставьте работу со строками python-у :D
28+
29+
Или научитесь писать код на **C++**

0 commit comments

Comments
 (0)