Skip to content

Commit

Permalink
Add remaining teaching assistants
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtournier committed Jan 3, 2025
1 parent 90665f6 commit a00bf77
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Binary file added images/abhijit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hasara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions week1A.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,19 @@ class: title

---

# Teaching team
# Teaching assistants


## Teaching assistants
.center[.teamcols[
.col[
[Abhijit Adhikary](mailto:abhijit.adhikary@kcl.ac.uk) ]
.col[
![:scale 100%](images/abhijit.jpg) ]
.col[
![:scale 100%](images/hasara.jpg) ]
.col[
[Dewmini Hasara Wickremasinghe](mailto:dewmini.wickremasinghe@kcl.ac.uk) ]
] ]

.center[.teamcols[
.col[
Expand Down
3 changes: 3 additions & 0 deletions week2B.md
Original file line number Diff line number Diff line change
Expand Up @@ -2323,6 +2323,9 @@ optimisation feature
performance
- declaring such functions as `inline` can help avoid the overhead of dedicated
function calls, and so improve performance
- this is only possible if the function *definition* is available, which is
why the `inline` mechanism was introduced to allow definitions to be
included in header files without causing the *multiple definition* problem
- For further details, refer to other online sources (e.g.
[GeeksForGeeks](https://www.geeksforgeeks.org/inline-functions-cpp/))

Expand Down

0 comments on commit a00bf77

Please sign in to comment.