Algorithm Program
Algoritm Program contains lectures about algorithms and data structures which are prepared by inzva community, aimed at teaching advanced knowledge of algorithms to university students, spreading algorithmic thinking and providing training which will help them in international contests as well as in their professional lives.
There is also a video playlist in Turkish about some of the algorithms and data structures in YouTube:
How to Use This Site¶
- Lectures can be found by topics at the navigation bar. The sub topics can be found at those pages. Search bar is also available for finding pages by terms.
- In each lecture related problems and training sets from algoleague.com are mentioned. Practicing those is highly recommended.
How to Contribute¶
In order to contribute (adding new lecture, fixing any type of errors) below steps should be followed:
- Create an issue and briefly explain the purpose of your contribution.
- Fork the repository with your personal account and apply your changes.
- Create a pull request to master branch and add the link of pull request to issue.
- After reviewing your pull request and discussion, your pull request will be merged. Thank you for your contribution!