File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2525
2626namespace doganoo \PHPAlgorithms \Algorithm \Sorting ;
2727
28- use doganoo \PHPAlgorithms \common \Interfaces \ISortable ;
28+ use doganoo \PHPAlgorithms \Common \Interfaces \ISortable ;
2929use doganoo \PHPAlgorithms \Common \Util \Comparator ;
3030
3131/**
Original file line number Diff line number Diff line change 2626namespace doganoo \PHPAlgorithms \Sort ;
2727
2828
29- use doganoo \PHPAlgorithms \common \Interfaces \ISortable ;
29+ use doganoo \PHPAlgorithms \Common \Interfaces \ISortable ;
3030use doganoo \PHPAlgorithms \Common \Util \Comparator ;
3131
3232/**
Original file line number Diff line number Diff line change 2626namespace doganoo \PHPAlgorithms \Common \Abstracts ;
2727
2828
29- use doganoo \PHPAlgorithms \common \Interfaces \Set ;
29+ use doganoo \PHPAlgorithms \Common \Interfaces \Set ;
3030
3131/**
3232 * Class AbstractSet
Original file line number Diff line number Diff line change 2626namespace doganoo \PHPAlgorithms \Datastructure \Graph \Tree ;
2727
2828
29- use doganoo \PHPAlgorithms \Algorithm \Sorting \BubbleSort ;
3029use doganoo \PHPAlgorithms \Common \Interfaces \IBinaryNode ;
3130use doganoo \PHPAlgorithms \Common \Interfaces \IBinaryTree ;
32- use doganoo \PHPAlgorithms \common \Util \Comparator ;
31+ use doganoo \PHPAlgorithms \Common \Util \Comparator ;
3332use doganoo \PHPAlgorithms \Datastructure \Graph \Tree \BinaryTree \BinarySearchNode ;
3433
3534/**
Original file line number Diff line number Diff line change 11<?php
22
33
4- use doganoo \PHPAlgorithms \common \Util \Comparator ;
4+ use doganoo \PHPAlgorithms \Common \Util \Comparator ;
55use doganoo \PHPAlgorithms \Datastructure \Graph \Graph \Node ;
66use doganoo \PHPAlgorithms \Datastructure \Lists \ArrayLists \ArrayList ;
77
You can’t perform that action at this time.
0 commit comments