An open API service indexing awesome lists of open source software.

https://github.com/diptangsu/algorithms

This repository contains the algorithms that are a part of MAKAUT syllabus for 3rd Year Computer Science and Engineering.
https://github.com/diptangsu/algorithms

algorithm algorithms graph hackoctoberfest hackoctoberfest2k18 java makaut-syllabus

Last synced: about 1 month ago
JSON representation

This repository contains the algorithms that are a part of MAKAUT syllabus for 3rd Year Computer Science and Engineering.

Awesome Lists containing this project

README

          

# Algorithms
This repository contains the algorithms that are a part of MAKAUT syllabus for 3rd Year Computer Science and Engineering.

All programs are written in java in IntelliJ IDEA.

The .java files can be found in \src

\Graphs contain adjacency matrices for certain graphs

It is incomplete and might contain a few mistakes. Please inform if mistakes are found.

# Contribute
1. Fork this repository
2. Clone it
3. Create a new branch with an appropriate name
4. Commit changes to that branch
5. Push changes to your forked repository
6. Create a pull request