We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8ac4e3 + 4623c3a commit 39456c0Copy full SHA for 39456c0
README.md
@@ -1 +1,29 @@
1
# 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