data: update sample content according to the new math syntax (#129)

This commit is contained in:
Sina Atalay
2024-11-01 19:26:32 -04:00
parent 5dc31e8024
commit 96f6fee474

View File

@@ -61,7 +61,7 @@ sections:
- Created a service to provide gradient across VS and VS add-ins, optimizing
its performance via caching
- Built an app to compute the similarity of all methods in a codebase, reducing
the time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$
the time from $$\mathcal{O}(n^2)$$ to $$\mathcal{O}(n \log n)$$
- Created a test case generation tool that creates random XML docs from XML
Schema
- Automated the extraction and processing of large datasets from legacy systems