Metal Chemist — 2 problems (katas) from codewars.com.
These are problems about building and parsing notation of real-world molecules to our code. Memory administration, buddy.
First problem is about building Molecule and Atom classes with functionaties, of course. Full Metal Chemist #1.
Second is about parsing chemical notation to object in code. Full Metal Chemist #2.
At that time we, me (TheKoke) and my friend (Shyngys03) solved only first problem. It is prequel/
directory.
There is meaning of our files:
File Name | File Description |
---|---|
atom.py | File with implementation of Atom class. |
molecule.py | File with implementation of Molecule class. |
errors.py | File with certain python errors. |
onefiler.py | File for upload our solution to codewars. (They're allow only one file). |
description.txt | Tasks and requirements of problem translated to russian. |
tests.txt | Basic tests from author of this problem. |
Second part of problem in process..