Skip to content

Commit aaf6525

Browse files
removed .idea folder and adding co-authors
Co-authored-by: Kalyan <[email protected]> Co-authored-by: Nitin <[email protected]> Co-authored-by: Ranjana <[email protected]>
1 parent b2e1b33 commit aaf6525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rustworkx-core/src/shortest_path/simple_shortest_paths.rs

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1010
// License for the specific language governing permissions and limitations
1111
// under the License.
12+
//
13+
// This Library is for finding out the shortest paths in increasing cost order.
1214

1315
use crate::petgraph::algo::Measure;
1416
use crate::petgraph::graph::{Graph, Node, NodeIndex};

0 commit comments

Comments
 (0)