Skip to content
#

CodeChef

codechef logo

CodeChef is a global competitive programming platform, started as an educational initiative in the year 2009. It hosts four featured contests every month (Long Challenge, CookOff, LunchTime, and Starters) and gives away prizes and goodies to the winners as encouragement. Apart from providing a platform for programming competitions, CodeChef also has various algorithm tutorials and forum discussions to help those who are new to the world of computer programming.

Here are 751 public repositories matching this topic...

kothariji
kothariji commented Sep 30, 2020

Step 1 - Fork this repository.
Step 2 - Clone the repository to yuor local machine.
Step 3 - Resolve this bugs, mentions provided in the Issues section of the repository. Also add a description what changes you ahve done.
Step 4 - Add the changes to your repository.
Step 5 - Create a PULL Request. And that's all.
NOTE - Please start the filename with platform name on which theproblem was solv

Questions solved from Various Coding websites viz. HackerRank, HackerEarth, CodeChef and other websites. This repository also contains Questions from various offline and onsite competitions.

  • Updated Feb 21, 2022
  • Python
rakeshchirla
rakeshchirla commented Feb 28, 2022

Description

Z algorithm is used to find all pattern occurrences in a text(string) by using a Z array in linear space and linear time, O(n+m) where the length of the text is n and of the pattern is m.

@Lakhankumawat Please consider the issue and assign it to me. Thank you.
I'm a GSSoC 2022 participant.

Domain

Algorithm

Type of Contribution

Addition

Code of Conduct

  • I

Created by Bhavin Turakhia

Released September 2009

Website
www.codechef.com
Wikipedia
Wikipedia

Related Topics

competitive-programming hackerrank