ICS4U
ICS4U copied to clipboard
ICS4U Course for John Fraser SS
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...
- [ ] extending-objects - [ ] files - [x] objects - [ ] recursion - [ ] searching - [ ] sorting - [ ] string-interpolation
* [ ] 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) - [...