Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 с полным описанием решения

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.