Skip to content

Commit 602e3bb

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 920b018 commit 602e3bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DIRECTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
* [Xor Cipher Test](https://github.com/TheAlgorithms/Go/blob/master/ciphers/xor/xor_cipher_test.go)
1818
* [Xorcipher](https://github.com/TheAlgorithms/Go/blob/master/ciphers/xor/xorCipher.go)
1919

20+
## Conversions
21+
* Roman-To-Integer
22+
* [Roman To Integer](https://github.com/TheAlgorithms/Go/blob/master/conversions/roman-to-integer/roman_to_integer.go)
23+
* [Roman To Integer Test](https://github.com/TheAlgorithms/Go/blob/master/conversions/roman-to-integer/roman_to_integer_test.go)
24+
2025
## Datastructures
2126
* Binary-Tree
2227
* [Binarysearchtree](https://github.com/TheAlgorithms/Go/blob/master/datastructures/binary-tree/binarysearchtree.go)
@@ -83,7 +88,6 @@
8388

8489
## Sorts
8590
* [Bubblesort](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubblesort.go)
86-
* [Countingsort](https://github.com/TheAlgorithms/Go/blob/master/sorts/countingsort.go)
8791
* [Heapsort](https://github.com/TheAlgorithms/Go/blob/master/sorts/heapsort.go)
8892
* [Insertionsort](https://github.com/TheAlgorithms/Go/blob/master/sorts/insertionsort.go)
8993
* [Mergesort](https://github.com/TheAlgorithms/Go/blob/master/sorts/mergesort.go)

0 commit comments

Comments
 (0)