Algo_ds_101: Z_Algorithm

Created on 5 Oct 2020  路  4Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Z_Algorithm

Submission Type
Algorithm

Submission Description
This algorithm finds all occurrences of a pattern in a text in linear time. Let length of text be n and of pattern be m, then total time taken is O(m + n) with linear space complexity.

Folder Related To
Algorithm => Dynamic_Programming => Z_Algorithm => Z_Algorithm.ext

Contributors

  • [ ] C++ -
  • [ ] C -
  • [ ] Python -
  • [ ] Java -
  • [ ] JavaScript -
  • [ ] TypeScript -
  • [ ] Golang -
  • [ ] Ruby -
  • [ ] php -
  • [ ] Swift -
  • [ ] C# -
C# C++ Hacktoberfest New Submssion TypeScript first timer good first issue java javascript php python ruby scala swift

All 4 comments

Can you assign it to me for C++?@ahampriyanshu

I would like to work on this in Python.

Can you assign this to me in C ?

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahampriyanshu picture ahampriyanshu  路  5Comments

aakashsoni-cloud picture aakashsoni-cloud  路  3Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

Jaswantsinghh picture Jaswantsinghh  路  5Comments