Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

phineas-pta/intro2algo

Repository files navigation

intro2algo

Julia implementation of “A Practical Guide to Algorithms with JavaScript” by Bianca Gandolfo

course materials:

why Julia ? it’s high-level enough to write easily like Python but much faster, without resorting to low-level C++ or worse Java headache

each file is a standalone script that can be run in console, require Julia version ≥ 1.9

chapters: (my personal numbering)

  • chap 0 (no code): intro
  • chap 1 (uninterested code): space & time complexity
  • chap 2: optimization with caching
  • chap 3: recursion
  • chap 4: divide & conquer
  • chap 5: greedy algorithms
  • chap 6: dynamic algorithms

About

Julia implementation of “A Practical Guide to Algorithms with JavaScript”

Topics

Resources

License

Stars

Watchers

Forks

Languages