Skip to content

A collection of my solutions to small programming challenges.

License

Notifications You must be signed in to change notification settings

shape-warrior-t/challenge-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of my solutions to small programming challenges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published