Skip to content

NvsYashwanth/Codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ForTheBadge built-with-love

GitHub last commit

PLEASE SCROLL TO THE BOTTOM OF THE PAGE TO READ THE CONTRIBUTION GUIDELINES

Note 📌

  • The table below summarizes this repo
  • Clicking on the problem name will redirect you to the codeforces official website.
  • For each problem corresponding solutions for C++ and Python are mentioned as Yes or No indicating the availability of the solution in that specific language in the repository. Clicking on Yes for corresponding problem will take you to the repo link of problem solution.

Codes ❤️

# Problem C++ 💪 Python 🐍
1 A pile of stones Yes Yes
2 Anton and Danik No Yes
3 Bear and Big Brother No Yes
4 Beautiful Matrix No Yes
5 Between the Offices Yes Yes
6 Black Square Yes Yes
7 Boboniu Likes to Color Balls No Yes
8 Boy or Girl No Yes
9 Buy a Shovel No Yes
10 Choose Two Numbers Yes Yes
11 Colorful Stones (Simplified Edition) No Yes
12 Ehab and another construction problem No Yes
13 Eleven Yes Yes
14 Fafa and his Company Yes Yes
15 Fingerprints Yes Yes
16 Fix you No Yes
17 Game Yes Yes
18 Games No Yes
19 Gravity flip No Yes
20 Infinity Gauntlet No Yes
21 Is your horseshoe on the other hoof No Yes
22 Magnets No Yes
23 Mahmoud and Ehab and the even-odd game Yes Yes
24 Nastya Is Reading a Book Yes Yes
25 Neko Finds Grapes Yes Yes
26 Night at the Museum No Yes
27 Olympiad Yes Yes
28 Pens and Pencils Yes Yes
29 Petya and Origami Yes Yes
30 Petya and Strings No Yes
31 Police Recruits No Yes
32 Remove smallest No Yes
33 Rounding Yes Yes
34 Scarborough Fair Yes Yes
35 Sereja and Dima No Yes
36 Substring Removal Game No Yes
37 Team No Yes
38 The Rank Yes Yes
39 Three indices Yes Yes
40 Tokitsukaze and Enhancement No Yes
41 Vanya and Fence No Yes
42 Vus the Cossack and a Contest Yes Yes
43 Word Capitalization No Yes
44 Word No Yes
45 Young physicist Yes Yes
46 Cards Yes No

Contribution Guidlines 📃

How to contribute? 👀

  1. Fork the repository
  2. Make the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute? 👀

  1. If there is no solution to a problem in either C++ or Python in the main branch
  2. If your solution to an existing problem is asymptotically faster than the one in the main branch
  3. If your algorithm has the same time complexity but with reduced code size. In such cases comment the original solution and make a pull request with your solution
  4. If your method of solving asymptotically slower then comment your solution and make a pull request