Skip to content

priyanshusingh9694/cpp_python_codes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest2023 💻 🚀

Happy Contributing , Happy hacking......

  • All Contributors are requested to star ⭐ this repo and follow me for a successful merge of pull request.
  • Add any algorithm or leetcode solution in these two languages or fix the issues created in this repo
    • ⚙️C++
    • ⚙️python
  • Contribute the codes in their respective language folder(C++ or Python) repo and earn rewards 🏆 !
  • Visit The Hacktoberfest website for more information Hacktoberfest 2023

Getting Started

Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) and Clone your fork down to your local machine:

git clone https://github.com/your-username/cpp_python_codes.git

Create a branch:

git checkout -b branch-name

Make your changes Commit and push:

git add .
git commit -m 'Commit message'
git push origin branch-name

Rules

  1. Add link of the problem as comments in the code if contributing solution of any problems from Leetcode, GeekForGeeks, Codechef or Codeforces, etc. No need to add entire main function.
  2. Dont forget to star this repository and follow me for successful merge.
  3. Add the proper extension to your code file. Examples: .cpp , .py.
  4. Give your file a proper name related to your program like hello.cpp or hello.py.
  5. Put your files in correct folder like .cpp file in c++ folder or .py file in python folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.9%
  • Python 27.1%