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.
- Host: GitHub
- URL: https://github.com/diptangsu/algorithms
- Owner: diptangsu
- Created: 2017-11-04T10:45:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T12:24:49.000Z (about 7 years ago)
- Last Synced: 2025-06-06T05:38:27.611Z (6 months ago)
- Topics: algorithm, algorithms, graph, hackoctoberfest, hackoctoberfest2k18, java, makaut-syllabus
- Language: Java
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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