Skip to content

chenmijiang/leetcode-ws

Repository files navigation

LeetCode WS

This repository contains my solutions to various LeetCode problems, primarily implemented in TypeScript and Rust. The legacy Go solutions are kept for historical reference but are no longer actively maintained.

MD Version: CN | EN

Repository Structure

leetcode-ws/
├── golang/     # Legacy solutions implemented in Go (deprecated; kept for historical reference)
├── rust/       # Solutions implemented in Rust
├── typescript/ # Solutions implemented in TypeScript
└── weekly/     # Weekly contest or series-based problem solutions

Languages Used

  • Primary Languages: TypeScript, Rust
  • Deprecated: Go (kept for reference only, not actively updated)

Solution Format

Each solution file is named using the following format: [problem-number].[problem-name].[language-extension]

For example:

  • 88.merge-sorted-array.go
  • 3405.count-the-number-of-arrays-with-k-matching-adjacent-elements.ts
  • 2110.number-of-smooth-descent-periods-of-a-stock.rs

Contributing

This is a personal learning repository for tracking my LeetCode problem-solving journey. However, if you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors