Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 624 Bytes

File metadata and controls

30 lines (23 loc) · 624 Bytes

leetcode problems with tests

this repository contains my notes on algorithms, structured using obsidian knowledge graph, contains a visual explanation using the excalidraw plugin

Run Locally

Clone this repository

  git clone https://github.com/4c656f/leetcode

open folder as obsidian vault

Running Tests

To run tests, run the following commands:

Go to the language directory

  cd ./rust

build cargo dependencies

  cargo run

import needed problem package into main file, run unit tests

  cargo run tests