BirnadinErick / 99.rs

Infamous 99 Problems in Rust

Home Page:https://www.methebe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

99.rs

My attempt of infamous 99 computer science problems with Rust.

Ref: OCaml Exercises page


Sofar

Arithmetic

  • GCD of 2 positive integers
  • Coprime problem
  • Euler's Totient Function

List

  • Tail
  • Tail2

Writeup

You may find the write up in my medium page: medium.com/@birnadin

Epilogue

Thanks for wondering, feel free to submit issue correcting my amateur solutions

Made in Jaffna with Love, sigining off meTheBE.

About

Infamous 99 Problems in Rust

https://www.methebe.com

License:MIT License


Languages

Language:Rust 100.0%