Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 295 Bytes

Notes

In this repository I try to implement some problems solving in leetcode's problems by using Rust.

Test

  • Firstly, You need to ensure that rust in your local machine.
  • Then clone this repo into your local machine.
  • Then run cargo test.