Skip to content

Latest commit

 

History

History
221 lines (141 loc) · 6.04 KB

README.md

File metadata and controls

221 lines (141 loc) · 6.04 KB

Stargazers Issues MIT License LinkedIn


Logo

Leetcode Rust Solutions

Use at your own risk. A work in progress a few are incomplete

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is my personal repo of Rust Leetcode solutions. Use at your own risk. Most of the solutions are mine some have been copied.

This is a work in progress:

  • Things will change drastically
  • This is not a canonical reference and not meant to infringe on any copyrighted material. My
  • As a good acquaintance warns: DON'T USE THIS CODE!!
  • PLEASE DON"T USE THIS CODE!!!

(back to top)

Built With

Rust

  • Rust

(back to top)

Getting Started

Don't use this code

Prerequisites

  • rust
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Install Rust
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  2. Don't clone this repo

(back to top)

Usage

This code is for example purposes only. Don't use it for anything.

(back to top)

Roadmap

Really TODOS but who cares

  • Add A Better Readme
  • Remove history and clean up the repo

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Please Don't.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @your_twitter - email@example.com

Project Link: https://github.com/dbrowne/leetcode_1

(back to top)

Acknowledgments

This README is from [The Best-README-Template] (https://github.com/othneildrew/Best-README-Template)

(back to top)