Suchicodes

Settings

Theme Selector

Articles

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

Undergraduate Research In CS

A personal reflection on my path through undergraduate research, what helped me succeed, what I wish I knew earlier, and practical advice for students considering research for the first time.

research computer-science dalhousie

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