johnfraserss / ICS4U

ICS4U Course for John Fraser SS
MIT License
23 stars 32 forks source link

Dart/flutter, and C++ interfaces #34

Closed faizaan3424 closed 1 year ago

faizaan3424 commented 1 year ago

added fibonacci recursion example for now with memoization

mrseidel commented 1 year ago

Change variable/function names to use full words.

I'll leave this pull request open for now, assuming you are adding more about dart later. Suggest changing this to a draft pull request.

faizaan3424 commented 1 year ago

I have added all the Dart and Flutter code examples I can with proper conventions. I have also added some examples of interfaces in C++ which did not exist before. Please let me know if there are any issues with merging my fork.

mrseidel commented 1 year ago

C++ Interfaces call .h files which were not included in pull request.

faizaan3424 commented 1 year ago

Updated fork with fixed header file names for C++ interfaces.