Kattis is a website containing programming challenges. This repo contains my solutions for most of my solved CodeWars programming challenges.
| Problem | Language | Difficulty | 🔗 |
|---|---|---|---|
| Symbolic differentiation of prefix expressions | C# | 2 kyu | Problem on CodeWars |
| Base64 Encoding | C# | 5 kyu | Problem on CodeWars |
| Reverse polish notation calculator | C# Python | 6 kyu | Problem on CodeWars |
| Molecule to atoms | C# Python | 5 kyu | Problem on CodeWars |