kjr247 / LeetCode

This is a set of C# LeetCode solutions I've hand-crafted and optimized including unit tests and benchmarked for performance aiming for 10th percentile or better.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


A LeetCode Experimentation Zone

Experiments, Benchmarks, Unit Tests, Optimizations.
Explore the docs »

View Demo · Report Bug · Request Feature

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

To Get Started run the benchmarks (or the tests below)

dotnet run -c Release

Do not run debugging with release turned on. It will have negative affects on accuracy of the benchmarks.

To Run Tests

cd /Tests

dotnet test

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

(back to top)

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Unit Tests
  • Add benchmarks
  • Add MethodTimer.Fody
  • Add MethodTimer.Fody to unit tests?
  • Add Profiling optimizations
  • Run benchmarks or performance tests from unit tests?
  • Multi-language Support
    • Chinese

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

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

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

(back to top)

Contact

@kjr247 - kylerebstock.connect@gmail.com

[!kjr247linkedin-shield]linkedin-url

https://github.com/kjr247/LeetCode

(back to top)

Acknowledgments

(back to top)

About

This is a set of C# LeetCode solutions I've hand-crafted and optimized including unit tests and benchmarked for performance aiming for 10th percentile or better.


Languages

Language:C# 100.0%