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
-
Clone the repository:
git clone https://github.com/crackidocky/codewars-and-leetcode.git
-
Navigate to the solution directory and open the files in your preferred IDE.
-
Run tests to verify the solutions:
- For TypeScript:
npm test
- For Rust:
cargo test
- For Go:
go test ./...
- For TypeScript:
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.