Skip to content

Commit

Permalink
Fix incorrect ISBN in sample bibliography file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep committed Apr 26, 2024
1 parent b9b3744 commit 3efe257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elteiktdk.bib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ @book{cormen2009algorithms
author = {Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford},
title = {Introduction to Algorithms, Third Edition},
year = {2009},
isbn = {0262033844, 9780262033848},
isbn = {978-0-262-53305-8},
edition = {3rd},
publisher = {The MIT Press},
}
Expand Down

0 comments on commit 3efe257

Please sign in to comment.