Skip to content

VishalSingh-07/Binary-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Striver SDE Binary Tree Sheet Solutions: Code and Notes Repository 🚀

Welcome to the Striver SDE Binary Tree Solutions Repository for C++ Codes and Notes 🚀

Overview 📚

Programming is the language of today's creativity, and mastering it is crucial for success in the world of Software Development. The Striver SDE Sheet is a well-known resource for honing your skills and preparing for technical interviews. This repository is a comprehensive collection of solutions for the Striver SDE Sheet, implemented in C++.

Contributions 🤝

We encourage you to contribute to this repository by submitting optimized code and providing thorough documentation through comments. Your contributions will help fellow developers understand and learn from the solutions, making this repository a valuable resource for the programming community.

How to Contribute 🛠️

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine.
    git clone https://github.com/VishalSingh-07/Binary-Tree.git
  3. Create a new branch for your contribution.
    git checkout -b your-branchname
  4. Make your changes, optimize the code, and add helpful comments.
  5. Commit your changes.
    git commit -m "Add optimized solution for problem X"
  6. Push your changes to your forked repository.
    git push origin your-branchname
  7. Create a pull request to merge your changes into the main repository.

Guidelines for Contributions 📝

  • Follow a consistent coding style to maintain readability.
  • Provide detailed comments explaining your code to aid understanding.
  • Optimize solutions for efficiency and correctness.
  • Clearly mention the problem statement and constraints in your documentation.

Let's work together to create a resource that empowers developers on their journey to becoming skilled software engineers! 🌐💻

Happy coding! 🚀