4.4.12 Adapt the DirectedCycle and Topological classes from Section 4.2 to use the EdgeweightedDigraph and DirectedEdge APIs of this section, thus implementing EdgeWeightedCycleFinder and EdgeWeightedTopological classes. [https://algs4.cs.princeton.edu/44sp/EdgeWeightedDirectedCycle.java.html](https://algs4.cs.princeton.edu/44sp/EdgeWeightedDirectedCycle.java.html) [https://algs4.cs.princeton.edu/42digraph/DirectedCycle.java.html](https://algs4.cs.princeton.edu/42digraph/DirectedCycle.java.html) [https://algs4.cs.princeton.edu/44sp/Topological.java.html](https://algs4.cs.princeton.edu/44sp/Topological.java.html)