Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to the class library. #15

Merged
merged 4 commits into from
Nov 9, 2022
Merged

Conversation

JavierMarrero
Copy link
Owner

This commit implements some minor changes to the main class library.

This commit fixed the copyright headers and also updated some method
in the tree class library.
Implemented a minimum update to the tree library, adding a default
implementation of a general tree.
Minor updates to the cycle detection algorithm and the Tree interface.
Conflicts:
	src/cu/edu/cujae/graphy/algorithms/AbstractAlgorithm.java
	src/cu/edu/cujae/graphy/algorithms/Algorithm.java
	src/cu/edu/cujae/graphy/algorithms/CycleDetection.java
	src/cu/edu/cujae/graphy/algorithms/DijkstraShortestPath.java
	src/cu/edu/cujae/graphy/algorithms/HamiltonianCycleDetection.java
	src/cu/edu/cujae/graphy/core/Edge.java
	src/cu/edu/cujae/graphy/core/EdgeFactory.java
	src/cu/edu/cujae/graphy/core/Graph.java
	src/cu/edu/cujae/graphy/core/GraphBuilder.java
	src/cu/edu/cujae/graphy/core/Node.java
	src/cu/edu/cujae/graphy/core/Tree.java
	src/cu/edu/cujae/graphy/core/Weight.java
	src/cu/edu/cujae/graphy/core/WeightedGraph.java
	src/cu/edu/cujae/graphy/core/abstractions/AbstractEdge.java
	src/cu/edu/cujae/graphy/core/abstractions/AbstractGraph.java
	src/cu/edu/cujae/graphy/core/abstractions/AdjacencyListGraph.java
	src/cu/edu/cujae/graphy/core/defaults/DefaultGraphBuilder.java
	src/cu/edu/cujae/graphy/core/defaults/DefaultNode.java
	src/cu/edu/cujae/graphy/core/defaults/DefaultSimpleGraph.java
	src/cu/edu/cujae/graphy/core/defaults/DefaultWeightedGraphBuilder.java
	src/cu/edu/cujae/graphy/core/exceptions/InvalidOperationException.java
	src/cu/edu/cujae/graphy/core/iterators/AbstractGraphIterator.java
	src/cu/edu/cujae/graphy/core/iterators/GraphIterator.java
	src/cu/edu/cujae/graphy/core/trees/DefaultGeneralTreeNode.java
	src/cu/edu/cujae/graphy/core/utility/GraphBuilders.java
	src/cu/edu/cujae/graphy/core/utility/Weights.java
	src/cu/edu/cujae/graphy/utils/Pair.java
	test/cu/edu/cujae/graphy/tests/algorithms/CyclesTest.java
@JavierMarrero JavierMarrero merged commit 7f51921 into main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant