mrseidel
mrseidel
Whenever I created a new trade the item that I'm trading _away_ disappears from the **Magic Items** area as expected; however, the new item that I was trading _for_ does...
Whenever attempting a trade, the **Traded Magic Item** dropdown still lists all old items that I've already traded away.
I'm looking to diversify my notes and examples to include other programming languages that sometimes pop up in this class (and some future planning). If you feel you can contribute...
* [ ] Ensure all sorting algorithms return the location in the array/list/vector or -1 if not found. Currently some are returning true/false. * [ ] Will also have to...
Need to go through all notes and update items based on conventions based on different style guides. - [x] Python: [PEP-0008](https://www.python.org/dev/peps/pep-0008/#indentation) - [ ] C++: [Cpp Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) - [...
Need to go through all notes and examples to update everything to snake_case for consistency. **_Help requested:_** If you want to help with this, you can work through the examples...
Need to go through all notes and update items based on [PEP-8](https://www.python.org/dev/peps/pep-0008/#indentation) (and other) conventions. **_Help requested:_** If you want to help with this, you can work through the examples...