Skip to content

Commit

Permalink
Deployed a28a76d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 22, 2024
0 parents commit a3c2f0c
Show file tree
Hide file tree
Showing 434 changed files with 247,505 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2,153 changes: 2,153 additions & 0 deletions 404.html

Large diffs are not rendered by default.

Binary file added algorithms/CC-BY-NC-SA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added algorithms/algorithms_lecture.pdf
Binary file not shown.
Binary file added algorithms/algorithms_lecture/CC-BY-NC-SA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions algorithms/algorithms_lecture/algorithms_lecture.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@

@misc{dictionary_algorithm,
title = {The C++ Core Guidelines},
howpublished = {\url{https://www.merriam-webster.com/dictionary/algorithm}},
note = {Accessed: 2023-11-28}
}

@misc{cpp_core_guidelines,
title = {The C++ Core Guidelines},
howpublished = {\url{https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines}},
note = {Accessed: 2023-11-28}
}

@misc{cpp_core_guidelines_functions,
title = {The C++ Core Guidelines, chapter functions},
howpublished = {\url{https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-functions}},
note = {Accessed: 2023-11-28}
}

@book{fowler2018refactoring,
title={Refactoring},
author={Fowler, Martin},
year={2018},
publisher={Addison-Wesley Professional}
}

@book{sutter2004cpp,
title={C++ coding standards: 101 rules, guidelines, and best practices},
author={Sutter, Herb and Alexandrescu, Andrei},
year={2004},
publisher={Pearson Education}
}

@book{martin2009clean,
title={Clean code: a handbook of agile software craftsmanship},
author={Martin, Robert C},
year={2009},
publisher={Pearson Education}
}

@book{martin2011clean,
title={The clean coder: a code of conduct for professional programmers},
author={Martin, Robert C},
year={2011},
publisher={Pearson Education}
}

@book{meyers2005effective,
title={Effective C++: 55 specific ways to improve your programs and designs},
author={Meyers, Scott},
year={2005},
publisher={Pearson Education}
}

@book{newport2016deep,
title={Deep work: Rules for focused success in a distracted world},
author={Newport, Cal},
year={2016},
publisher={Hachette UK}
}

@misc{pep_20,
title = {PEP 20 – The Zen of Python},
howpublished = {\url{https://peps.python.org/pep-0020/}},
note = {Accessed: 2023-11-28}
}

@misc{hitchhikers_guide_to_python_general_concepts,
title = {The Hitchhiker's Guide to Python, chapter general concepts},
howpublished = {\url{https://docs.python-guide.org/writing/style/#general-concepts}},
note = {Accessed: 2023-11-28}
}

@inproceedings{ram2013ropensci,
title={rOpenSci-open tools for open science},
author={Ram, K},
booktitle={AGU Fall Meeting Abstracts},
volume={2013},
pages={ED43E--04},
year={2013}
}

@misc{tidyverse_style_guide_functions,
title = {R Tidyverse style guidelines on functions},
howpublished = {\url{https://style.tidyverse.org/functions.html}},
note = {Accessed: 2023-11-28}
}

Loading

0 comments on commit a3c2f0c

Please sign in to comment.