Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokiory/codewars-and-leetcode
Задачи из LeetCode и Codewars с полным описанием решения
https://github.com/tokiory/codewars-and-leetcode
codewars leetcode
Last synced: about 2 months ago
JSON representation
Задачи из LeetCode и Codewars с полным описанием решения
- Host: GitHub
- URL: https://github.com/tokiory/codewars-and-leetcode
- Owner: tokiory
- Created: 2022-07-26T23:12:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T00:01:56.000Z (5 months ago)
- Last Synced: 2024-08-12T00:39:43.949Z (5 months ago)
- Topics: codewars, leetcode
- Language: TypeScript
- Homepage:
- Size: 518 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Codewars and LeetCode Solutions
This repository contains solutions to various challenges on Codewars and LeetCode using TypeScript, Rust, and Go. Each solution is carefully crafted to be efficient and easy to understand, with a focus on algorithmic problem-solving and code quality.
**Languages used**: Typescript, Rust, Go
## How to Use
1. Clone the repository:
```bash
git clone https://github.com/crackidocky/codewars-and-leetcode.git
```
2. Navigate to the solution directory and open the files in your preferred IDE.3. Run tests to verify the solutions:
- For TypeScript:
```bash
npm test
```
- For Rust:
```bash
cargo test
```
- For Go:
```bash
go test ./...
```## Contributing
Contributions are welcome! Feel free to submit a pull request if you have solutions or optimizations to add. Please ensure that your code passes all tests before submitting.