ICS4U icon indicating copy to clipboard operation
ICS4U copied to clipboard

ICS4U Course for John Fraser SS

Results 4 ICS4U issues
Sort by recently updated
recently updated
newest added

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...

help wanted
notes

- [ ] extending-objects - [ ] files - [x] objects - [ ] recursion - [ ] searching - [ ] sorting - [ ] string-interpolation

update
notes

* [ ] 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...

help wanted
update
notes

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) - [...

help wanted
update