In Computer Science, SHOBHIT-Advance String Search Algorithm is a string searching algorithm created by SHOBHIT UPADHYAYA in 2013. He is working as a Software Developer in Bangalore India.

“This algorithm uses the first and last index of the substring for a pattern search.”


TIME and SPACE Complexity:
For a text of length n and substring of length m.
Its best case, time complexity is O(m/2) and in worst case, time complexity is O(n – (m/2) ).
In all the cases best, average and worst its space complexity is O(1).
This algorithm checks two characters at a time.
In best case where the substring is at the start of the text, we can check all the character of substring in only m/2 time.
In worst case where the substring is at the last of the text, we need to iterate till n – m


For more information please visit the following link:-
http://learandexperiment.blogspot.in

Project Activity

See All Activity >

Categories

Algorithms

License

GNU General Public License version 3.0 (GPLv3)

Follow SHOBHIT-Advance String Search

SHOBHIT-Advance String Search Web Site

You Might Also Like
NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of SHOBHIT-Advance String Search!

Additional Project Details

Operating Systems

Cygwin, Linux

Intended Audience

Information Technology, Education, Developers

User Interface

Console/Terminal

Programming Language

C

Related Categories

C Algorithms

Registered

2013-08-05