-
Updated
Nov 22, 2021 - C++
CodeChef

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...
-
Updated
Jul 9, 2021
-
Updated
Jan 16, 2022 - C++
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Oct 1, 2020
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Feb 9, 2022 - Python
-
Updated
May 15, 2021 - Java
-
Updated
Feb 21, 2022 - Python
Updated:
Please add a solution to any problem that you solved on Udacity. Beginners with Git are welcome to add their solution and they may reference this isssue. It stays open so others can come and contribute. Please follow the guidelines in CONTRIBUTING.md while submitting the solution.
-
Updated
Feb 15, 2018 - C++
-
Updated
Oct 17, 2021 - Python
-
Updated
Jun 26, 2021 - C++
-
Updated
Sep 24, 2021 - JavaScript
-
Updated
Jul 29, 2021 - Rust
-
Updated
Feb 25, 2022 - C++
-
Updated
Jun 1, 2021 - Python
-
Updated
Jan 28, 2022 - Haskell
-
Updated
Jun 3, 2021 - Python
-
Updated
Feb 18, 2022 - Python
Z algorithm
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
-
Updated
Jan 25, 2022 - C++
-
Updated
Mar 1, 2022 - C++
-
Updated
Oct 16, 2019 - C++
-
Updated
Sep 17, 2021 - C++
-
Updated
Feb 28, 2022 - Java
Created by Bhavin Turakhia
Released September 2009
- Website
- www.codechef.com
- Wikipedia
- Wikipedia
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