❯ python binary_search.py
Index of 18: 5
Index of 1: 0
Index of 9: 4
Index of 22: 9
Index of 30: 13
Index of 50: -1
❯ python breadth_first_search.py
A B C D E F G H I
❯ python depth_first_search.py
A B C D E F G H I
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
❯ python binary_search.py
Index of 18: 5
Index of 1: 0
Index of 9: 4
Index of 22: 9
Index of 30: 13
Index of 50: -1
❯ python breadth_first_search.py
A B C D E F G H I
❯ python depth_first_search.py
A B C D E F G H I