• Stars
    star
    103
  • Rank 331,897 (Top 7 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Code repository for codes in the educational website Theory of Programming

Theory of Programming

This is the GitHub code repository for the educational website Theory of Programming. Theory of Programming is a website for computer science geeks who want to learn data structures, algorithms, Java, C, etc. The codes in this repository are the codes which are displayed in the website's posts.

Theory of Programming on Youtube!

Theory of Programming is shifting to YouTube. Visit the YouTube channel for awesome tutorial videos! Hope you will support the YouTube channel as you have greatly supported the website. 😊

Contributing

You can contribute to Theory of Programming by -

  • Providing implementations of algorithms and data structures in other languages than which already exist. Allowed languages are C, C++, Java, C# and Python.
  • Finding bugs in existing code. Please raise a new issue if you find any bugs in the existing codes.
  • Or any other idea which might make this repo more helpful. Raise a new issue for the same.

Guidelines

To get an idea where to start, browse the issues. Here are a few guidelines before you race off to contribute -

  • You agree to license your contributions under the license.
  • Use pull requests early so it's open for discussion, even if your contribution isn't ready yet.
  • Ask doubts in your pull request or the issue page corresponding to your contribution.
  • Please follow the directory structure strictly.
  • Your code must strictly follow the coding conventions.

Contact

You can raise a new issue if you want to ask questions. Feel free to use the issues as a forum.

Happy Coding! 😎