dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 05b4dd6db2fbb6e1a2bb611113b95c75be6ea620
parent ee37222bbfa013f08aa78b0cc2b8a5fdc9361b93
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Thu, 19 May 2022 10:08:33 -0500

Added cormen2022 to bib

Diffstat:
Mlinux/.config/bib/references.bib | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/linux/.config/bib/references.bib b/linux/.config/bib/references.bib @@ -201,3 +201,14 @@ Engineering, 140", DOI = "https://doi.org/10.1007/978-3-030-59702-3", } + +@Book{cormen2022, + title = "Introduction to Algorithms", + author = "Thomas H. Cormen and Charles E. Leirserson and Ronald + L. Rivest and Clifford Stein", + publisher = "The MIT Press", + ISBN = "0-262-04630-X", + year = "2022", + edition = "4", + URL = "https://mitpress.mit.edu/books/introduction-algorithms-fourth-edition", +}