Skip to content

Commit

Permalink
updating DIRECTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed May 13, 2024
1 parent 508e547 commit 99e978b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# List of all files

## Algorithms
* conversion
* [Binary to decimal](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/binary-to-decimal.swift)
* [Decimal to binary](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/decimal-to-binary.swift)
* Ai
* Minimax
* Sources
Expand Down Expand Up @@ -32,6 +29,9 @@
* [Boardtests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/BoardTests.swift)
* [Minimaxtests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/MinimaxTests.swift)
* [Playertests](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/AI/minimax/Sources/Tests/Tests/PlayerTests.swift)
* Conversion
* [Binary-To-Decimal](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/binary-to-decimal.swift)
* [Decimal-To-Binary](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/conversion/decimal-to-binary.swift)
* Parsing
* Shunting Yard
* [Shunting Yard](https://github.com/TheAlgorithms/Swift/blob/master/algorithms/parsing/shunting_yard/shunting_yard.swift)
Expand Down

0 comments on commit 99e978b

Please sign in to comment.