• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TreeMap and TreeSet implementation
2
3Here are files implementing AVL-tree and TreeMap data structure, based on AVL-tree.
4It is, in turn, used to implement TreeSet functionality.
5
6Some sort of support of generics is done using [Jinja](https://palletsprojects.com/p/jinja/).
7To expand `*.j2` files one can call `jinja2 -DK=Short -DV=String Set.ets.j2 > Set.ets`