Implementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivati
Convert infix expressions to postfix. Karatsuba Multiplication. Another take on elementary multiplication. Haversine Distance. Calculating the distance between 2 points from a sphere. Strassen's Multiplication Matrix. Efficient way to handle matrix multiplication. CounterClockWise. Determining the area of a ...
> Prefix notation - Operator is before the operands : + xy > Postfix notation - Operator is after the operands : xy +To reverse a string A string can be reversed by using stack. The characters of string pushed on to the stack till the end of the string. The characters are popped an...
Usually used to convert numeric data types (such as float-> int) You can move the pointer throughout the class hierarchy. It is safe (upward conversion) for a child class to be converted to a parent class, and it is not safe to convert a parent class to a child class (because a ch...