Skip to content

tapyu/algorithms

Repository files navigation

Algorithms implemented throughout my academic life

Here you will find:

  • Information about the courses, workshops, webinars, etc from where these algorithms were developed.
  • Algorithms implemented by me during such events.
  • Algorithms implemented by others, possibly during the same event where I've built mine. Such references will be in public git submodules.
    • Such submodules are within the other_solutions/ directory, with the name of the code author.
    • These submodules reference my fork of the original author repo. This ensure that we don't lose the reference if the original author deletes their repo.
    • These materials might be written in a language other than English.
    • If a submodule fits in different topics, then it is symlinked to these topics.
    • Some submodules might be private as they might contain sensitive Professors' computational solutions, which aren't supposed to be available online. In these cases, you cannot access these algorithms as it is restricted to personal consultation.
  • Theoretical references (books, videos, online courses, etc) for further study of each algorithm.
  • Technical references (software, packages that implement such algorithms, tools, etc) that are important for each topic.
  • Laboratory or computational homework slides, if the implemented algorithms come from such materials.

Here you won't find:

  • Book PDFs or theoretical lectures slides.
  • Software
  • Code solution of Book's computational exercises

Git-annex for Large files

This repository uses git-annex to store any file larger than 50MB in my Google Drive. Any new file larger than that should be stored in git-annex. For more info, see here.