[Python] Lampel-Ziv 78 (LZ78)

Lampel-Ziv 78 (LZ78) implementation in Python

Continue reading

[Python] Huffman Coding

Huffman coding implementation in Python

Continue reading

[GNS3] Using SecureCRT as Console Application

GNS3 comes by default with PuTTY as the main console application, however you can configure it to use SecureCRT.

Continue reading

[Java] Ackermann Function

The non-recursive version of Ackermann function in Java.
Continue reading

[RIPv2] Configure Unicast Updates

RIPv1 sends everything using broadcasts compared to RIPv2, which uses multicast however you can use unicast to send RIPv2 updates, which is our topic today.

Continue reading