ellierozen / csp3-repo

MIT License
0 stars 0 forks source link

final project tri 3 plans #13

Open ellierozen opened 1 month ago

ellierozen commented 1 month ago

Loops (Algorithmic) Show specific example of building a List using List Comprehension. Show examples of processing a list using conventional and for each methods.

Sorting / Searching (Algorithmic) Show examples of sorting and searching using the backend of your project.. FYI, SQLAlchemy allows filtered selections and sorting. Additionally, you have sorting options discussed in tech talk.

image

used SQLAlchemy filtering and sorting to descend by goals scored order

Big(O) Illustrate Space and Time complexity used in your Sorting / Searching algorithm.

2D Iteration Show examples of code that use 2D iteration. This can be anywhere in your code where you are using rows and columns.