Skip to content

Commit 20049a8

Browse files
committed
Merge branch 'evaluate' of https://github.com/kumaryash18/C into evaluate
2 parents bbffdf7 + cb1ac80 commit 20049a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* [Hexadecimal To Octal](https://github.com/TheAlgorithms/C/blob/master/conversions/hexadecimal_to_octal.c)
2727
* [Hexadecimal To Octal2](https://github.com/TheAlgorithms/C/blob/master/conversions/hexadecimal_to_octal2.c)
2828
* [Infix To Postfix](https://github.com/TheAlgorithms/C/blob/master/conversions/infix_to_postfix.c)
29-
* [Infix To Postfix2](https://github.com/TheAlgorithms/C/blob/master/conversions/infix_to_postfix2.c)
3029
* [Int To String](https://github.com/TheAlgorithms/C/blob/master/conversions/int_to_string.c)
3130
* [Octal To Binary](https://github.com/TheAlgorithms/C/blob/master/conversions/octal_to_binary.c)
3231
* [Octal To Decimal](https://github.com/TheAlgorithms/C/blob/master/conversions/octal_to_decimal.c)
@@ -272,6 +271,7 @@
272271
* [Palindrome](https://github.com/TheAlgorithms/C/blob/master/misc/palindrome.c)
273272
* [Pid](https://github.com/TheAlgorithms/C/blob/master/misc/pid.c)
274273
* [Poly Add](https://github.com/TheAlgorithms/C/blob/master/misc/poly_add.c)
274+
* [Postfix Evaluation](https://github.com/TheAlgorithms/C/blob/master/misc/postfix_evaluation.c)
275275
* [Prime](https://github.com/TheAlgorithms/C/blob/master/misc/prime.c)
276276
* [Prime Factoriziation](https://github.com/TheAlgorithms/C/blob/master/misc/prime_factoriziation.c)
277277
* [Prime Seive](https://github.com/TheAlgorithms/C/blob/master/misc/prime_seive.c)

0 commit comments

Comments
 (0)