| BIG
INTEGER |
Addition, Subtraction,
multiplication, division, modulo of Big integer numbers.
|
| |
| |
| JOSEPHUS |
A Josephus algorithm implementation
with a circular queue
|
| |
| |
| COMBINATION |
How may ways are there that you
arrange m objects from n types of object
|
| |
| |
| LONGEST
COMMON SUBSEQUENCE |
A dynamic Algorithm implementation
of finding a longest common subsequence from two given
sequence.
|
| |
| |
| MATRIX
CHAIN MULTIPLICATION |
Matrix multiplication and matrix
chain multiplication source code using dynamic programming approach.
|
| |
| |
| NUMBER
BASE CONVERSION |
Conversion
of numbers from decimal, binary, hexadecimal, roman or any
other base system.
|
| |