Posts by Collection

portfolio

publications

Paper Title Number 4

Published in GitHub Journal of Bugs, 2024

This paper is about fixing template issue #693.

Recommended citation: Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).
Download Paper

talks

teaching

Design and Analysis of Computer Algorithms

Undergraduate course, Rutgers - New Brunswick, 2024

Course Description

This course is an introduction to the design and analysis of computer algorithms.

  • Topics covered:
    • Asymptotic notation
    • Divide and conquer
    • Dynamic programming
    • Graph algorithms
    • Greedy algorithms
    • NP-complete problems