File tree 1 file changed +4
-0
lines changed
1 file changed +4
-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
499
501
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_25/sol1.py )
500
502
* [ Sol2] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_25/sol2.py )
501
503
* [ Sol3] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_25/sol3.py )
504
+ * Problem 26
505
+ * [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_26/sol1.py )
502
506
* Problem 27
503
507
* [ Problem 27 Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_27/problem_27_sol1.py )
504
508
* Problem 28
You can’t perform that action at this time.
0 commit comments