8000 updating DIRECTORY.md · TheAlgorithms/Swift@99e978b · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 99e978b

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 508e547 commit 99e978b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DIRECTORY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# List of all files
22

33
## Algorithms
4-
* conversion
5-
* [Binary to decimal](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/binary-to-decimal.swift)
6-
* [Decimal to binary](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/decimal-to-binary.swift)
74
* Ai
85
* Minimax
96
* Sources
@@ -32,6 +29,9 @@
3229
* [Boardtests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/BoardTests.swift)
3330
* [Minimaxtests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/MinimaxTests.swift)
3431
* [Playertests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/PlayerTests.swift)
32+
* Conversion
33+
* [Binary-To-Decimal](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/binary-to-decimal.swift)
34+
* [Decimal-To-Binary](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/decimal-to-binary.swift)
3535
* Parsing
3636
* Shunting Yard
3737
* [Shunting Yard](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/parsing/shunting_yard/shunting_yard.swift)

0 commit comments

Comments
 (0)
0