diff --git a/conversions/infix_to_postfix.c b/conversions/infix_to_postfix.c index c8deb197..42c80b54 100644 --- a/conversions/infix_to_postfix.c +++ b/conversions/infix_to_postfix.c @@ -3,6 +3,7 @@ * @brief Infix to Postfix Expression Conversion * @details Convert Infixed expressions to Postfix expression. * @author [Harsh Karande](https://github.com/harshcut) + * @see [notes](https://condor.depaul.edu/ichu/csc415/notes/notes9/Infix.htm) */ // include header files