Suchicodes

Settings

Articles

I'm migrating articles to this new website. The old website is still available at https://old.suchicodes.com/u/rc.

Understanding IPv4 and IPv6

Understanding the bit-level details of IPv4 and IPv6 protocols. Seeing how fragmentation, routing, and headers work in these protocols.

Networking Computer Science

Algorithms

A reference notes page on various algorithms and their implementations in Python/Go/C.

computer-science ds&a ref

Data Structures

A reference notes page on different data structures and possible useentations in python/go/c.

computer-science ds&a ref

Pattern Matching

Discussing algorithms used for pattern matching or find substring occurances problem.

algorithm data-structure computer-science