Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Analysis of Algorithms (CSE 373) lectures into courses #7245

Merged
merged 1 commit into from
Oct 1, 2022
Merged

Add Analysis of Algorithms (CSE 373) lectures into courses #7245

merged 1 commit into from
Oct 1, 2022

Conversation

nebocoder
Copy link
Contributor

What does this PR do?

Add resource(s)

For resources

Description

Introduction to mathematical analysis of a variety of computer algorithms including searching, sorting, matrix multiplication, fast Fourier transform, and graph algorithms. Time and space complexity. Upper-bound, lower- bound, and average-case analysis. Introduction to NP completeness. Some machine computation is required for the implementation and comparison of algorithms.

Why is this valuable (or not)?

These video lectures are based on authors book already available at https://ebookfoundation.github.io.

How do we know it's really free?

It is provided for free on authors website.

For book lists, is it a book? For course lists, is it a course? etc.

It is links to video lectures as well as other material (slides).

Checklist:

  • Read our contributing guidelines.
  • Search for duplicates.
  • Include author(s) and platform where appropriate.
  • Put lists in alphabetical order, correct spacing.
  • Add needed indications (PDF, access notes, under construction).
  • Used an informative name for this pull request.

Follow-up

  • Check the status of GitHub Actions and resolve any reported warnings!

@nebocoder nebocoder changed the title Add Analysis of Algorithms lectures into courses Add Analysis of Algorithms (CSE 373) lectures into courses Oct 1, 2022
@eshellman
Copy link
Collaborator

Thanks, and welcome to free-programming-books!

@eshellman eshellman merged commit 48e4173 into EbookFoundation:main Oct 1, 2022
@nebocoder nebocoder deleted the analysis-of-algorithms branch October 1, 2022 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants