Skip to content

fixing some grammer errors in README #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Competitive-Programming

This project is contains data structures and algorithms relevant to competitive programming problems. Some of these data structures can be used with a copy/paste. Others may need tweaking or modification for custom use.
This project contains data structures and algorithms that are relevant to the competitive programming problems. Some of these data structures can be used with a copy/paste. Others may need tweaking or modification for custom use.

The package src/videos contains all code relevant to the youtube videos on https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw
The package src/videos contains all of the code relevant to the youtube videos on https://www.youtube.com/channel/UCRPMAqdtSgd0Ipeef7iFsKw

Feel free to contribute, fork and discuss the code here on Github, the channel or Facebook (https://www.facebook.com/gkcs0).

Expand Down