Skip to content

saumyabharti294/IEEEHacks_DSA

 
 

Repository files navigation

IEEEHacks_DSA

GitHub contributors GitHub Closed issues GitHub PR Open GitHub PR closed GitHub language count GitHub top language GitHub last commit GitHub Maintained Github Repo Size

Algorithms and data structures are fundamental to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. This repository's goal is to demonstrate how to correctly implement common data structures and algorithms in the simplest and most elegant ways.

Contributing

This repository is contribution friendly 😃. If you'd like to add or improve an algorithm, your contribution is welcome!

  • Contributions are always welcome. Language doesn't matter. Just make sure you're implementing an algorithm.

  • PRs are welcome. To begin developing, follow the structure:

    Algorithm-Type/algorithm-name/language-name/file-name.extension

    e.g

    Sorting/bubble-sort/python/bubble-sort.py

  • If there is an implementation of the same algorithm in your language, do not give a PR for that.

  • Please include a description for the algorithm that you are implementing. It doesn't matter if it's copied from somewhere as long as it helps people that are learning new algorithm.

  • Graphical examples would be very helpful too.

  • You can include tests as well.

  • Don't remove previous implementations of algorithms. You can help in improving the current implementation by adding explanations and examples.

  • Beautify and clean up your code for easier reading

Structure of the Projects 📝

This repository consists of various machine learning projects, and all of the projects must follow a certain template. I wish the contributors will take care of this while contributing in this repository.

  • Readme File- This includes the algorithm and its explanation.
  • Code- You need to add the full code including th driving code and the code must be well commented.

🧮 Workflow

  • Star this repository
  • Fork the repository
  • Clone your forked repository using terminal or gitbash.
  • Make changes to the cloned repository
  • Add, Commit and Push
  • Then in Github, in your cloned repository find the option to make a pull request

Note:

  • Do not make a new issue unless required.
  • If your PR is closed without any comment, it means that your PR does not meet the above criteria. Make sure your PR is not Duplicate and it should be well-documented.
  • Add a readme to your file explaining your code using the algorithm. Also, you need to write the full code including the driver code and add comments in your code too.

✨Top Contributors

Thanks goes to these Wonderful People. Contributions of any kind are welcome!🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.1%
  • Python 11.2%
  • Java 4.7%