/challenge-portfolio

A collection of my solutions to small programming challenges.

Primary LanguageRustMIT LicenseMIT

Bonan Luan's Challenge Portfolio

This repository contains my solutions to various small-scale programming challenges/problems/exercises that I find and/or come up with, mainly as a way to showcase my skills and programming style.

Challenges:

Helper code:

  • Grid + tests [Rust, unit testing, object-oriented programming]

Default notation/terminology conventions:

  • The natural numbers include 0.
  • 2D coordinates are labelled as follows:
    (0, 0) (1, 0) (2, 0) ...
    (0, 1) (1, 1) (2, 1) ...
    (0, 2) (1, 2) (2, 2) ...
    ...    ...    ...    ...
    

For larger-scale personal projects done in Python, check out my AlgeZip and Lusbir repositories.