There are multiple solutions for each question, these are my own solutions for these questions.
- π Question
- π» Solutions:
- π Question
- π» Solutions:
- π [Question](Questions/50-Pow(x, n).md)
- π» Solutions:
- [Rust](Solutions/50-Pow(x, n).rs)
- Rust
- π Question
- π» Solutions:
- π Question
- π» Solutions:
- π Question
- π» Solutions:
# Python
python3 ./<solution>.py
# java
javac "<solution>.java"
java <solution>
# Go
go run <solution>.go
# Rust
rustc <solution>.rs
./<solution>
# C++
g++ -o <executable> <solution>.cpp
./<executable>
# Typescript
npx ts-node "<solution>.ts"