File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 15
15
* [ All Permutations] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_permutations.py )
16
16
* [ All Subsequences] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_subsequences.py )
17
17
* [ Coloring] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/coloring.py )
18
+ * [ Hamiltonian Cycle] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/hamiltonian_cycle.py )
18
19
* [ Minimax] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/minimax.py )
19
20
* [ N Queens] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py )
20
21
* [ Sudoku] ( https://github.com/TheAlgorithms/Python/blob/master/backtracking/sudoku.py )
89
90
* [ Number Of Possible Binary Trees] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/number_of_possible_binary_trees.py )
90
91
* [ Red Black Tree] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/red_black_tree.py )
91
92
* [ Segment Tree] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/segment_tree.py )
93
+ * [ Segment Tree Other] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/segment_tree_other.py )
92
94
* [ Treap] ( https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/treap.py )
93
95
* Data Structures
94
96
* Heap
You can’t perform that action at this time.
0 commit comments