Skip to content

Commit 20e0612

Browse files
authored
Update and rename Strings/z algo.cpp to strings/z_algorithm.cpp
1 parent 6e28c75 commit 20e0612

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Strings/z algo.cpp renamed to strings/z_algorithm.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
/*
2-
32
* C++ Program to Implement Z-Algorithm
4-
53
*/
64

75
#include <iostream>
8-
96
#include <cstring>
10-
117
#include <vector>
128

139
using namespace std;

0 commit comments

Comments
 (0)