Skip to content

Commit 7b6a0d0

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent eb9c145 commit 7b6a0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [All Permutations](https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_permutations.py)
1616
* [All Subsequences](https://github.com/TheAlgorithms/Python/blob/master/backtracking/all_subsequences.py)
1717
* [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)
1819
* [Minimax](https://github.com/TheAlgorithms/Python/blob/master/backtracking/minimax.py)
1920
* [N Queens](https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py)
2021
* [Sudoku](https://github.com/TheAlgorithms/Python/blob/master/backtracking/sudoku.py)
@@ -89,6 +90,7 @@
8990
* [Number Of Possible Binary Trees](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/number_of_possible_binary_trees.py)
9091
* [Red Black Tree](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/red_black_tree.py)
9192
* [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)
9294
* [Treap](https://github.com/TheAlgorithms/Python/blob/master/data_structures/binary_tree/treap.py)
9395
* Data Structures
9496
* Heap
@@ -499,6 +501,8 @@
499501
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_25/sol1.py)
500502
* [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_25/sol2.py)
501503
* [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)
502506
* Problem 27
503507
* [Problem 27 Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_27/problem_27_sol1.py)
504508
* Problem 28

0 commit comments

Comments
 (0)