Skip to content

subamanis/7-Bridges-Of-Konigsberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a custom solution to the famous 7 bridges of Konigsberg problem that I started working on for fun after learning about stacks
in data structures course in my university.

The algorithm works for any given graph in the correct format:
The input txt has one line with the names (one character) for each
vertex and then follows one line for each connection between the vertexes. Provide the name of the file inside Main.java and run it.

About

A backtracking solution to the famous problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages