Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Taeksoo Kwon & Nathan Hagh's final LEAD project for IBM & EOS Quantum Computing Course.

License

Notifications You must be signed in to change notification settings

treehill05/quantum-lead-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum LEAD Project

Taeksoo Kwon & Nathan Hagh's project

Description

Java implementation of finding whether a given directed graph is cyclic or acylclic.

Input

Save all input to input.txt in the same folder

First line is the amount of vertices and edges spaced.
Starting from second line are the edges from A to B, directed.

Input Sample

3 4
1 2
2 1
3 1
2 3

Specification

OpenJDK 17

About

Taeksoo Kwon & Nathan Hagh's final LEAD project for IBM & EOS Quantum Computing Course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages